diff options
author | 2021-11-01 21:32:37 +0000 | |
---|---|---|
committer | 2021-11-01 21:32:37 +0000 | |
commit | 872185c7ad1597c54c748feaf8cd2d1772100c69 (patch) | |
tree | f1d102f4b35083eb0b1a707980530fd82c828a95 /bot/__init__.py | |
parent | Address Reviews V2 (diff) | |
parent | Merge 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__.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") |