Skip to content

Commit

Permalink
Add wii to createsmallhelp
Browse files Browse the repository at this point in the history
Now that we have a dedicated Wii support thread, why not?
  • Loading branch information
lifehackerhansol committed Sep 17, 2024
1 parent c7a319a commit d306f36
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 @@ -115,7 +115,7 @@ async def staffreq(self, ctx: GuildContext, *, msg_request: str = ""):
@is_staff('Helper')
@commands.guild_only()
@commands.command()
async def createsmallhelp(self, ctx: GuildContext, console: Literal['3ds', 'switch', 'wiiu', 'legacy'], helpee: discord.Member, *, desc: str):
async def createsmallhelp(self, ctx: GuildContext, console: Literal['3ds', 'switch', 'wiiu', 'wii', 'legacy'], helpee: discord.Member, *, desc: str):
"""Creates a small help channel for a user. Helper+ only."""
if not self.small_help_category:
return await ctx.send("The small help category is not set.")
Expand Down

0 comments on commit d306f36

Please sign in to comment.