aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Harbys <[email protected]>2020-11-24 15:03:39 +0100
committerGravatar Harbys <[email protected]>2020-11-24 15:03:39 +0100
commita3aec34b444d75292f17dadc308457490c395620 (patch)
treedc15efc1120c0138dfd225f26594efecbeaaa835
parentAdded <prefix>Stream and <prefix>revokestream commands (diff)
import fix
-rw-r--r--bot/exts/moderation/stream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/moderation/stream.py b/bot/exts/moderation/stream.py
index 673a21b1b..ceb291027 100644
--- a/bot/exts/moderation/stream.py
+++ b/bot/exts/moderation/stream.py
@@ -2,7 +2,7 @@ from discord.ext import commands, tasks
import discord
from bot.constants import Roles, STAFF_ROLES, Guild, TIME_FORMATS
-from bot import Bot
+from bot.bot import Bot
import time
from async_rediscache import RedisCache