mod: hedge-proofing but this time actually hardcode hedge's id lmao
This commit is contained in:
parent
1febd31635
commit
1b89752651
1 changed files with 2 additions and 0 deletions
|
@ -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