diff options
| -rw-r--r-- | bot/exts/moderation/stream.py | 2 |
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 |