From 2023cdf9d03c94b91fc9ecd9f6f48ec09283df44 Mon Sep 17 00:00:00 2001 From: thom Date: Wed, 30 Jul 2025 21:42:33 +0000 Subject: [PATCH] Update file bot.py --- bot.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 09708d0..3c22653 100644 --- a/bot.py +++ b/bot.py @@ -396,7 +396,9 @@ error_codes = { "220000": "Connection Failed", "220002": "Out of memory", "220001": "Unknown protocol", - "250943": "Problems with your Club Nintendo -account. It can't get connected with your shop account" + "250943": "Problems with your Club Nintendo -account. It can't get connected with your shop account", + "053310": "Internet connection error. The Wii needs a 2.4gHz signal with 802.11b/g/n enabled, and the security set to WPA2-PSK (AES). The channel must also either be set to auto or be less than 12.", + "53310": "Internet connection error. The Wii needs a 2.4gHz signal with 802.11b/g/n enabled, and the security set to WPA2-PSK (AES). The channel must also either be set to auto or be less than 12." } @@ -518,7 +520,7 @@ async def unset(ctx): await ctx.send("Status has been unset.") @bot.hybrid_command(name="error", description="Gets the error message linked with the shop error code") -async def geterror(ctx, errorcode: commands.Range[int, 200000, 250943]): +async def geterror(ctx, errorcode: commands.Range[int, 51330, 250943]): try: errormessage = get_error_message(errorcode) except ValueError: