diff --git a/robocop_ng/cogs/mod.py b/robocop_ng/cogs/mod.py index 57c9aa2..a4d3f9d 100644 --- a/robocop_ng/cogs/mod.py +++ b/robocop_ng/cogs/mod.py @@ -242,6 +242,7 @@ class Mod(Cog): @commands.guild_only() @commands.bot_has_permissions(ban_members=True) @commands.check(check_if_staff) + @commands.command() async def bandel( self, ctx, day_count: int, target: discord.Member, *, reason: str = "" ):