From fb040cfd40390eafd18e72a98066a06a38e47daf Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sun, 29 Sep 2024 18:58:48 -0700 Subject: [PATCH] soap: add missing command decorators --- cogs/soap.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cogs/soap.py b/cogs/soap.py index 2734da1a..234e1ecb 100644 --- a/cogs/soap.py +++ b/cogs/soap.py @@ -84,6 +84,7 @@ async def deletesoap(self, ctx: GuildContext, channels: commands.Greedy[discord. @soap_check() @commands.guild_only() + @commands.command() async def soapnormal(self, ctx: GuildContext): """Normal Soap completion message. crc, small help, helper+ only.""" await ctx.send("The SOAP Transfer has completed!\n\n" @@ -96,6 +97,7 @@ async def soapnormal(self, ctx: GuildContext): @soap_check() @commands.guild_only() + @commands.command() async def soaplottery(self, ctx: GuildContext): """Lottery Soap completion message. crc, small help, helper+ only.""" await ctx.send("The SOAP Transfer has completed!\n\n"