Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dnns01
root
Commits
34a6cdd7
Commit
34a6cdd7
authored
3 years ago
by
LMzK
Browse files
Options
Downloads
Patches
Plain Diff
root statt Boty
parent
35953122
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cogs/appointments.py
+1
-1
1 addition, 1 deletion
cogs/appointments.py
cogs/roles.py
+1
-1
1 addition, 1 deletion
cogs/roles.py
cogs/text_commands.py
+1
-1
1 addition, 1 deletion
cogs/text_commands.py
with
3 additions
and
3 deletions
cogs/appointments.py
+
1
−
1
View file @
34a6cdd7
...
...
@@ -15,7 +15,7 @@ from cogs.help import help, handle_error, help_category
def
get_ics_file
(
title
,
date_time
,
reminder
,
recurring
):
fmt
=
"
%Y%m%dT%H%M
"
appointment
=
f
"
BEGIN:VCALENDAR
\n
"
\
f
"
PRODID:
Boty McBotface
\n
"
\
f
"
PRODID:
root
\n
"
\
f
"
VERSION:2.0
\n
"
\
f
"
BEGIN:VTIMEZONE
\n
"
\
f
"
TZID:Europe/Berlin
\n
"
\
...
...
This diff is collapsed.
Click to expand it.
cogs/roles.py
+
1
−
1
View file @
34a6cdd7
...
...
@@ -10,7 +10,7 @@ from cogs.help import help, handle_error, help_category
@help_category
(
"
updater
"
,
"
Updater
"
,
"
Diese Kommandos werden zum Updaten von Nachrichten benutzt, die
B
ot
y
automatisch erzeugt.
"
)
"
Diese Kommandos werden zum Updaten von Nachrichten benutzt, die
🌱ro
ot automatisch erzeugt.
"
)
@help_category
(
"
info
"
,
"
Informationen
"
,
"
Kleine Helferlein, um schnell an Informationen zu kommen.
"
)
class
Roles
(
commands
.
Cog
):
def
__init__
(
self
,
bot
):
...
...
This diff is collapsed.
Click to expand it.
cogs/text_commands.py
+
1
−
1
View file @
34a6cdd7
...
...
@@ -270,7 +270,7 @@ class TextCommands(commands.Cog):
f
"
Herzlichen Glückwunsch, dein Vorschlag für
{
cmd
}
wurde angenommen:
\n
{
text
}
"
)
else
:
await
utils
.
send_dm
(
member
,
f
"
Vielen Dank, dass du dir Gedanken darüber machst, wie man
B
ot
y
mit neuen Textkommandos noch nützlicher für alle machen kann.
\n
"
\
f
"
Vielen Dank, dass du dir Gedanken darüber machst, wie man
🌱ro
ot mit neuen Textkommandos noch nützlicher für alle machen kann.
\n
"
\
f
"
Es können allerdings nicht alle Einreichungen angenommen werden, weswegen dein Vorschlag für
{
cmd
}
leider abgelehnt wurde:
\n
{
text
}
\n
"
\
f
"
Eine Vertreterin des Mod-Teams wird sich in Kürze mit dir in Verbindung setzen und dir erklären, was die Beweggründe der Ablehnung sind.
"
)
await
message
.
delete
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment