From cf7e9c0bc316c015e8822c8d8f2708be24b91bd1 Mon Sep 17 00:00:00 2001 From: Parker Date: Wed, 26 Jun 2024 17:43:12 -0500 Subject: Consolidate config validation and variables to `config.py` --- code/cogs/repeat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/cogs/repeat.py') 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"): -- cgit v1.2.3-70-g09d2