Skip to content

Commit

Permalink
Remove old redundant mute role declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBSG committed Jun 18, 2024
1 parent 218807c commit e1eadad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/moderation.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def __init__(self, bot):
self.publicModLogs = self.bot.get_channel(config.publicModChannel)
self.taskHandles = {}
self.NS = self.bot.get_guild(config.nintendoswitch)
self.roles = {'mute': self.NS.get_role(config.mute)}

# Publish all unposted/pending public modlogs on cog load
db = mclient.bowser.puns
Expand Down

0 comments on commit e1eadad

Please sign in to comment.