Skip to content

Commit

Permalink
Update assistance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Jul 17, 2023
1 parent 26fc37b commit 846eff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/assistance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 846eff5

Please sign in to comment.