diff options
| author | 2020-11-24 15:03:39 +0100 | |
|---|---|---|
| committer | 2020-11-24 15:03:39 +0100 | |
| commit | a3aec34b444d75292f17dadc308457490c395620 (patch) | |
| tree | dc15efc1120c0138dfd225f26594efecbeaaa835 | |
| parent | Added <prefix>Stream and <prefix>revokestream commands (diff) | |
import fix
| -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 | 
