diff --git a/drawbot/cogs/pronote_commands.py b/drawbot/cogs/pronote_commands.py index 886c209..b5b8dfb 100644 --- a/drawbot/cogs/pronote_commands.py +++ b/drawbot/cogs/pronote_commands.py @@ -4,7 +4,7 @@ from discord import app_commands, Interaction from discord.ext import commands -from utils import json_wr, JsonDict +from drawbot.utils import json_wr, JsonDict @app_commands.guild_only() diff --git a/drawbot/cogs/pronote_loop.py b/drawbot/cogs/pronote_loop.py index 910409b..a3c9c61 100644 --- a/drawbot/cogs/pronote_loop.py +++ b/drawbot/cogs/pronote_loop.py @@ -4,7 +4,7 @@ import pronotepy from discord.ext import commands, tasks -from utils import fetch_homeworks, fetch_grades, chunks +from drawbot.utils import fetch_homeworks, fetch_grades, chunks class LoopHandler(commands.Cog):