mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 05:05:33 +00:00
commit
18b98692f6
|
@ -145,7 +145,7 @@ class Mod(Cog):
|
|||
@commands.guild_only()
|
||||
@commands.bot_has_permissions(ban_members=True)
|
||||
@commands.check(check_if_staff)
|
||||
@commands.command()
|
||||
@commands.command(aliases=["yeet"])
|
||||
async def ban(self, ctx, target: discord.Member, *, reason: str = ""):
|
||||
"""Bans a user, staff only."""
|
||||
# Hedge-proofing the code
|
||||
|
|
Loading…
Reference in a new issue