diff --git a/techsupport_bot/commands/factoids.py b/techsupport_bot/commands/factoids.py index 4175dc09..a7cc9603 100644 --- a/techsupport_bot/commands/factoids.py +++ b/techsupport_bot/commands/factoids.py @@ -2291,6 +2291,7 @@ async def alias( ) @auxiliary.with_typing + @commands.check(has_manage_factoids_role) @commands.guild_only() @factoid.command( brief="Deletes only an alias",