diff options
author | 2019-12-12 20:42:34 -0800 | |
---|---|---|
committer | 2019-12-12 20:42:34 -0800 | |
commit | f21c1678830d727cca3719378e20be599afe2e0f (patch) | |
tree | 67c0ba0155bf1c197956ab2a8fe5f4c2468744a5 /tests/helpers.py | |
parent | Moderation: show emoji for DM failure instead of mentioning actor (#534) (diff) | |
parent | Merge pull request #692 from python-discord/enh/verification/688/allow-mods-cmds (diff) |
Merge branch 'master' into enh/mod/534/no-ping-dm-fail
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(): |