Skip to content

Commit

Permalink
soap: add missing command decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Sep 30, 2024
1 parent 5ded8b3 commit fb040cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cogs/soap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit fb040cf

Please sign in to comment.