We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf0975 commit acc0d7cCopy full SHA for acc0d7c
1 file changed
config.py
@@ -17,7 +17,7 @@
17
POLL_INTERVAL = config('POLL_INTERVAL', int, default=3)
18
19
# Bot message for start command
20
-BOT_GREETING = "Hi! I'm a friendly, ligthly psychopath robot"
+BOT_GREETING = "Hi! I'm a friendly, sligthly psychopath robot"
21
22
# A username longer than this will be considered non-human
23
# - Allowed values: An integer larger than 1
0 commit comments