aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__init__.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-11-07 15:09:14 +0000
committerGravatar GitHub <[email protected]>2021-11-07 15:09:14 +0000
commitcfd5d2a543dbf9bd69be5aab20ac32ebe4fd6b64 (patch)
tree35913fd3a642a75e84929f0d8534c50eab3b659c /bot/__init__.py
parentAdd a border around the scary bat (diff)
parentHandle `.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__.py1
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")