We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17576a1 commit bd8a25eCopy full SHA for bd8a25e
cogs/authorized.py
@@ -335,12 +335,12 @@ async def on_message(self, ctx: discord.Message):
335
if ctx.author.id == self.bot.user.id:
336
return
337
338
- # if (
339
- # ctx.channel.id == 981966649953509446 and
340
- # 718064689140989983 not in [role.id for role in ctx.author.roles] and
341
- # ctx.author.id != self.bot.user.id
342
- # ):
343
- # await ctx.delete()
+ if (
+ ctx.channel.id == 981966649953509446 and
+ 718064689140989983 not in [role.id for role in ctx.author.roles] and
+ ctx.author.id != self.bot.user.id
+ ):
+ await ctx.delete()
344
345
346
@interaction.listener()
0 commit comments