Skip to content

Commit

Permalink
missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Jun 22, 2024
1 parent c367edd commit b108181
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 @@ -173,7 +173,7 @@ async def createsoap(self, ctx: GuildContext, helpee: discord.Member):
@is_staff('Helper')
@commands.guild_only()
@commands.command(aliases=["rinse"])
async def deletesoap(self, ctx: GuildContext, channels: commands.Greedy[discord.TextChannel):
async def deletesoap(self, ctx: GuildContext, channels: commands.Greedy[discord.TextChannel]):
"""Deletes a :soap: help channel. helper+ only."""
if not self.soaps_category:
return await ctx.send("The soaps category is not set.")
Expand Down

0 comments on commit b108181

Please sign in to comment.