diff options
author | 2019-12-26 00:40:01 +0100 | |
---|---|---|
committer | 2019-12-26 00:40:01 +0100 | |
commit | 9b9848cd4d6d67d3bb9a9368cd80faf44e102a4d (patch) | |
tree | acbfc3a17be0db5c253e0c787fcf1291b6d4bc36 /tests/helpers.py | |
parent | Whitelist Discord Testers invite link (diff) | |
parent | Merge pull request #655 from kwzrd/unittest-mentions (diff) |
Merge branch 'master' into discord-testers-whitelist
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(): |