moved moderation.py to the cogs folder

This commit is contained in:
SeaswimmerTheFsh 2023-06-20 20:31:36 -04:00
parent 89936460af
commit 9b0bad0fa9

View file

@ -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()