Skip to content

Commit acc0d7c

Browse files
committed
Fixed typo (Thanks to Ivan Juanes @kerbi)
1 parent 4cf0975 commit acc0d7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
POLL_INTERVAL = config('POLL_INTERVAL', int, default=3)
1818

1919
# Bot message for start command
20-
BOT_GREETING = "Hi! I'm a friendly, ligthly psychopath robot"
20+
BOT_GREETING = "Hi! I'm a friendly, sligthly psychopath robot"
2121

2222
# A username longer than this will be considered non-human
2323
# - Allowed values: An integer larger than 1

0 commit comments

Comments
 (0)