Skip to content

Commit

Permalink
resolve owner feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Jun 3, 2024
1 parent 4d21ca3 commit f676912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cogs/kickban.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ async def ban_member(self, ctx: GuildContext, member: discord.Member | discord.U
f"{member} has been shown the door. πŸ‘",
f"{member} fucked around and found out. πŸ‘",
f"{member} has been yeeted. πŸ‘",
f"{member} received three copyright strikes. πŸ‘"]
f"{member} has been sent to Detroit. πŸ‘",
f"{member} has been sent to the UK. πŸ‘"]
if await check_bot_or_staff(ctx, member, "ban"):
return

Expand Down

0 comments on commit f676912

Please sign in to comment.