mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-04-19 13:12:03 +00:00
mod: hedge-proofing but this time actually hardcode hedge's id lmao
This commit is contained in:
parent
1febd31635
commit
1b89752651
|
@ -156,6 +156,8 @@ class Mod(Cog):
|
|||
"""Bans a user, staff only."""
|
||||
# Hedge-proofing the code
|
||||
if target == ctx.author:
|
||||
if target.id == 181627658520625152:
|
||||
return await ctx.send("No, not again.")
|
||||
return await ctx.send("hedgeberg#7337 is now b&. 👍")
|
||||
elif target == self.bot.user:
|
||||
return await ctx.send(f"I'm sorry {ctx.author.mention}, "
|
||||
|
|
Loading…
Reference in a new issue