aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2019-12-12 20:34:42 -0800
committerGravatar GitHub <[email protected]>2019-12-12 20:34:42 -0800
commit50c952b851dd86abffb084c29918808694582a07 (patch)
treef4c4810b124aad78eb3ad771a5e861902f2eec5d /tests/helpers.py
parentVerification: check channel before checking for bot messages (diff)
parentClean command improvements (#691) (diff)
Merge branch 'master' into enh/verification/688/allow-mods-cmds
Diffstat (limited to 'tests/helpers.py')
-rw-r--r--tests/helpers.py4
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():