diff options
author | 2021-11-07 15:09:14 +0000 | |
---|---|---|
committer | 2021-11-07 15:09:14 +0000 | |
commit | cfd5d2a543dbf9bd69be5aab20ac32ebe4fd6b64 (patch) | |
tree | 35913fd3a642a75e84929f0d8534c50eab3b659c /bot/__init__.py | |
parent | Add a border around the scary bat (diff) | |
parent | Handle `.wtf` command without query (#939) (diff) |
Merge branch 'main' into Add-border-around-bat
Diffstat (limited to 'bot/__init__.py')
-rw-r--r-- | bot/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/__init__.py b/bot/__init__.py index db576cb2..cfaee9f8 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -18,7 +18,6 @@ from discord.ext import commands from bot import monkey_patches from bot.constants import Client - # Configure the "TRACE" logging level (e.g. "log.trace(message)") logging.TRACE = 5 logging.addLevelName(logging.TRACE, "TRACE") |