diff options
author | 2019-12-12 00:39:29 -0800 | |
---|---|---|
committer | 2019-12-12 00:39:29 -0800 | |
commit | e4a2af60e0d0fc1046a1296fa52c77df3a0cef26 (patch) | |
tree | 14477119813b7b15eb0b8daf4d8f8dd0477ccfa6 /tests/helpers.py | |
parent | Converters: rename string to allowed_strings (diff) | |
parent | Subclass Bot (#681) (diff) |
Merge remote-tracking branch 'origin/master' into enh/mod/624/edit-recent-infraction
Diffstat (limited to 'tests/helpers.py')
-rw-r--r-- | tests/helpers.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/helpers.py b/tests/helpers.py index b2daae92d..5df796c23 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -10,7 +10,9 @@ import unittest.mock from typing import Any, Iterable, Optional import discord -from discord.ext.commands import Bot, Context +from discord.ext.commands import Context + +from bot.bot import Bot for logger in logging.Logger.manager.loggerDict.values(): |