From b0d7a97aa2533dcb908c3764d4d33ed269e8481d Mon Sep 17 00:00:00 2001 From: idkwhereisthisname Date: Thu, 20 Mar 2025 20:41:32 +0100 Subject: [PATCH] Update bot.py --- bot.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index d079750..31755af 100644 --- a/bot.py +++ b/bot.py @@ -80,6 +80,7 @@ error_codes = """ 205928: Unknown error 205940-250941: 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 +209600-209601: Connection timeout 205942: Maintenance. Login not possible 205958: Unknown error 205968: IAS_BAD_DEVICE_CODE @@ -98,7 +99,7 @@ error_codes = """ 206611: Wii download ticket invalid 206612: This Wii download ticket can't be used in your country 206613: No software available for this download ticket. May be caused by parental controls. -206650: Wrong PIN +206650: Wrong PIN (parental controls) 206651: Mistake while entering the wii serial number 206652: Wrong PIN three times (parental controls) 206653: Nickname or password wrong @@ -324,4 +325,4 @@ async def geterror(ctx, errorcode: commands.Range[int, 204000, 250943]): os.remove("error_codes.db") create_database() -bot.run(token) \ No newline at end of file +bot.run(token)