diff options
author | 2019-03-05 00:03:19 -0700 | |
---|---|---|
committer | 2019-03-05 00:03:19 -0700 | |
commit | 765a572698dc8172cf8db31fa684e702d6ad631e (patch) | |
tree | 4c012583d2b0993fe38a4ae3bdaa9fbdf0f75c72 /bot/constants.py | |
parent | Make this pig fly (diff) |
Formating and linter fixes
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bot/constants.py b/bot/constants.py index f91e1f71..cc04fd98 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -128,6 +128,3 @@ ERROR_REPLIES = [ bot = SeasonalBot(command_prefix=Client.prefix) - - - |