aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/repeat.py
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-06-26 17:43:12 -0500
committerParker <contact@pkrm.dev>2024-06-26 17:43:12 -0500
commitcf7e9c0bc316c015e8822c8d8f2708be24b91bd1 (patch)
tree9b7088e0b45e0a3ad584e384cbded29642f4bb8b /code/cogs/repeat.py
parente418e06ce6feaade6adffe4041576e0b1596523d (diff)
Consolidate config validation and variables to `config.py`
Diffstat (limited to 'code/cogs/repeat.py')
-rw-r--r--code/cogs/repeat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cogs/repeat.py b/code/cogs/repeat.py
index 95f430b..4424b72 100644
--- a/code/cogs/repeat.py
+++ b/code/cogs/repeat.py
@@ -4,7 +4,7 @@ from discord import app_commands
from discord.ext import commands
from cogs.music import Music
-from global_variables import BOT_COLOR
+from config import BOT_COLOR
class Repeat(commands.GroupCog, name="repeat"):