mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
Update moderation.py
This commit is contained in:
parent
2ee55b3307
commit
dc0a0a2a7f
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ muted_role_id = 769659653121900546
|
|||
|
||||
class Moderation(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
"""Defines bot object and mod role id on construction"""
|
||||
self.bot = bot
|
||||
self.moderator_role_id = 769659653129896023
|
||||
|
||||
|
|
Loading…
Reference in a new issue