aboutsummaryrefslogtreecommitdiffstats
path: root/bot/__init__.py
diff options
context:
space:
mode:
authorGravatar TizzySaurus <[email protected]>2021-11-01 21:32:37 +0000
committerGravatar GitHub <[email protected]>2021-11-01 21:32:37 +0000
commit872185c7ad1597c54c748feaf8cd2d1772100c69 (patch)
treef1d102f4b35083eb0b1a707980530fd82c828a95 /bot/__init__.py
parentAddress Reviews V2 (diff)
parentMerge pull request #931 from hedyhli/candy (diff)
Merge branch 'main' into reorder-hacktoberfest-commandsreorder-hacktoberfest-commands
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")