diff --git a/shortmute/shortmute.py b/shortmute/shortmute.py index 7236768..42ad7bd 100644 --- a/shortmute/shortmute.py +++ b/shortmute/shortmute.py @@ -324,7 +324,7 @@ class Shortmute(commands.Cog): await self.config.guild(ctx.guild).dm.set(enabled) await ctx.send(content=f"Shortmute Direct Message setting changed!\nOld value: `{old_value}`\nNew value: `{enabled}`") - @shortmute_config.command(name='confirmation') + @shortmute_config.command(name='confirmation', aliases=['confirm']) @commands.guild_only() @commands.admin() async def shortmute_config_confirmation(self, ctx: commands.Context, enabled: bool = None):