Skip to content

Commit

Permalink
general: switch Wii guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Oct 4, 2023
1 parent 9da9f9e commit 78c05b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ async def guide(self, ctx, guide: Literal("3ds", "wiiu", "vwii", "switch", "wii"
embed.description = "Switch CFW Guide"
await ctx.send(embed=embed)
elif check_arg(guide, 'wii'):
embed.set_author(name="RiiConnect24")
embed.set_author(name="Nintendo Homebrew")
embed.set_thumbnail(url="https://i.imgur.com/KI6IXmm.png")
embed.url = "https://wii.guide/"
embed.url = "https://wii.hacks.guide/"
embed.description = "The complete guide to modding your Nintendo Wii"
await ctx.send(embed=embed)
elif check_arg(guide, 'dsi'):
Expand Down

0 comments on commit 78c05b7

Please sign in to comment.