diff --git a/cogs/mod.py b/cogs/mod.py index d07e37b..e8d5249 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -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