diff options
author | 2019-05-14 18:09:43 +0100 | |
---|---|---|
committer | 2019-05-14 18:09:43 +0100 | |
commit | 48ec21106e54f9b1bae99a7700bd3c7523a8e2f0 (patch) | |
tree | 4dd654b2543ebdb416da30c118fdb6227287a7a7 | |
parent | Fixed broken constants commit with accidental changes. (diff) |
Update bot/constants.py
Co-Authored-By: Daniel Brown <[email protected]>
-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) |