diff options
author | Parker <contact@pkrm.dev> | 2024-07-20 18:15:15 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-07-20 18:15:15 -0500 |
commit | fda03dff62cc7967bd279777a012a22ddaa6ad34 (patch) | |
tree | ea6fb63db30bca8959d0e25e6333af8d7c9bbb7f /code/cogs/help.py | |
parent | d69807b2e4302febbac55050ee3efbdee08b8e50 (diff) |
Move files to `utils` folder
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 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": { |