diff options
| author | 2021-11-10 04:02:09 +0400 | |
|---|---|---|
| committer | 2021-11-10 04:02:09 +0400 | |
| commit | 738b86893c6a8fe82c0298408956c22e06e606cd (patch) | |
| tree | 01741cc7fe553c7396eec6183701a175b17bda30 /bot/__init__.py | |
| parent | Fix line after function docstring (diff) | |
| parent | Merge pull request #915 from python-discord/Add-border-around-bat (diff) | |
Merge branch 'main' into challenge-fix
Diffstat (limited to '')
| -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") |