mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
Rename Moderation.py to moderation.py
This commit is contained in:
parent
d8313a1a73
commit
b938a83c21
1 changed files with 1 additions and 1 deletions
|
@ -76,4 +76,4 @@ class Moderation(commands.Cog):
|
||||||
await file.write(f'{role.id} {msg.id} {emoji_utf}\n')
|
await file.write(f'{role.id} {msg.id} {emoji_utf}\n')
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
bot.add_cog(Moderation(bot))
|
bot.add_cog(Moderation(bot))
|
Loading…
Reference in a new issue