From fda03dff62cc7967bd279777a012a22ddaa6ad34 Mon Sep 17 00:00:00 2001 From: Parker Date: Sat, 20 Jul 2024 18:15:15 -0500 Subject: Move files to `utils` folder --- code/cogs/news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/cogs/news.py') diff --git a/code/cogs/news.py b/code/cogs/news.py index b73ffcc..642e824 100644 --- a/code/cogs/news.py +++ b/code/cogs/news.py @@ -2,7 +2,7 @@ import discord from discord import app_commands from discord.ext import commands -from config import BOT_COLOR +from utils.config import BOT_COLOR class News(commands.Cog): -- cgit v1.2.3-70-g09d2