diff options
Diffstat (limited to 'code/cogs/help.py')
-rw-r--r-- | code/cogs/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/help.py b/code/cogs/help.py index ee1ad19..2cf0f54 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 global_variables import BOT_COLOR, BOT_INVITE_LINK +from config import BOT_COLOR, BOT_INVITE_LINK commands_and_descriptions = { "play": { |