From 846eff59ab7913c0fd2b04cc94bc42d0d054a8d8 Mon Sep 17 00:00:00 2001 From: eip <36315290+eip618@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:14:35 +1000 Subject: [PATCH] Update assistance.py --- cogs/assistance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/assistance.py b/cogs/assistance.py index e26ab55a1..43a33783c 100644 --- a/cogs/assistance.py +++ b/cogs/assistance.py @@ -144,7 +144,7 @@ async def createsmallhelp(self, ctx: GuildContext, console: Literal['3ds', 'swit @is_staff('Helper') @commands.guild_only() - @commands.command() + @commands.command(aliases=["soup"]) async def createsoap(self, ctx: GuildContext, helpee: discord.Member): """Creates a 🧼 help channel for a user. Helper+ only.""" if not self.small_help_category: