diff options
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index 211abf9e..67dd9328 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -130,4 +130,4 @@ ERROR_REPLIES = [ ] -bot = SeasonalBot(command_prefix=Client.prefix)
\ No newline at end of file +bot = SeasonalBot(command_prefix=Client.prefix) |