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: