diff --git a/bot/cogs/dev_tools.py b/bot/cogs/dev_tools.py index 126f647..45f000b 100644 --- a/bot/cogs/dev_tools.py +++ b/bot/cogs/dev_tools.py @@ -5,7 +5,6 @@ from discord.ext import commands from discord.ext.commands import Context, Greedy from libs.utils import RoboContext, RoboView - from rodhaj import Rodhaj diff --git a/bot/cogs/tickets.py b/bot/cogs/tickets.py index 20c88cb..3bd26f9 100644 --- a/bot/cogs/tickets.py +++ b/bot/cogs/tickets.py @@ -11,7 +11,6 @@ if TYPE_CHECKING: from libs.utils import RoboContext - from rodhaj import Rodhaj diff --git a/bot/cogs/utilities.py b/bot/cogs/utilities.py index 8b0bba8..a41c807 100644 --- a/bot/cogs/utilities.py +++ b/bot/cogs/utilities.py @@ -8,7 +8,6 @@ from discord.ext import commands from discord.utils import format_dt from libs.utils import Embed, RoboContext, human_timedelta - from rodhaj import Rodhaj diff --git a/bot/launcher.py b/bot/launcher.py index 6339f4c..113ce1b 100644 --- a/bot/launcher.py +++ b/bot/launcher.py @@ -6,7 +6,6 @@ from aiohttp import ClientSession from environs import Env from libs.utils import RodhajLogger - from rodhaj import Rodhaj if os.name == "nt":