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/feedback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/cogs/feedback.py') diff --git a/code/cogs/feedback.py b/code/cogs/feedback.py index e04eecf..149b112 100644 --- a/code/cogs/feedback.py +++ b/code/cogs/feedback.py @@ -2,7 +2,7 @@ import discord from discord import app_commands from discord.ext import commands -from global_variables import BOT_COLOR, FEEDBACK_CHANNEL_ID +from config import BOT_COLOR, FEEDBACK_CHANNEL_ID class FeedbackForm(discord.ui.Modal, title="Give feedback about the bot"): -- cgit v1.2.3-70-g09d2