From 9b0bad0fa99b7dc28e67bbaef2f3d59641682c47 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:31:36 -0400 Subject: [PATCH] moved moderation.py to the cogs folder --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 374a736..0cbad28 100644 --- a/main.py +++ b/main.py @@ -6,7 +6,7 @@ import revolt from revolt.ext import commands import dotenv from dotenv import load_dotenv -from moderation import Moderation +from cogs.moderation import Moderation # This code reads the variables set in the bot's '.env' file. env = dotenv.find_dotenv()