From 02493c0015b86f8e4f15510c1875b1cef4f0e757 Mon Sep 17 00:00:00 2001 From: ajax146 <31014239+ajax146@users.noreply.github.com> Date: Sun, 4 Jan 2026 23:36:01 -0500 Subject: [PATCH] Fix missing perm check on dealias command --- techsupport_bot/commands/factoids.py | 1 + 1 file changed, 1 insertion(+) 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",