moved moderation.py to the cogs folder
This commit is contained in:
parent
89936460af
commit
9b0bad0fa9
1 changed files with 1 additions and 1 deletions
2
main.py
2
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()
|
||||
|
|
Loading…
Reference in a new issue