aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/cogs/help.py')
-rw-r--r--code/cogs/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/help.py b/code/cogs/help.py
index 2626223..3746482 100644
--- a/code/cogs/help.py
+++ b/code/cogs/help.py
@@ -2,7 +2,7 @@ import discord
from discord.ext import commands
from discord import app_commands
-from config import BOT_COLOR, BOT_INVITE_LINK
+from utils.config import BOT_COLOR, BOT_INVITE_LINK
commands_and_descriptions = {
"play": {