Skip to content

Commit

Permalink
Update staff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsbirb committed Nov 17, 2024
1 parent 504a24d commit ec9ca93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cogs/Modules/staff.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@ async def quota_activity(self):
continue
if not await ModuleCheck(data.get('guild_id', 0), 'Quota'):
continue
if result.get("Quota", False) is False:
continue
try:
channel = self.client.get_channel(data.get("channel_id", None))
except (discord.HTTPException, discord.NotFound):
Expand Down

0 comments on commit ec9ca93

Please sign in to comment.