mirror of
https://wiilab.wiimart.org/wiimart/WiiMartBot
synced 2025-09-03 20:11:08 +02:00
Merge branch 'main' of thom-github.com:WiiMart/WiiMartBot
ok
This commit is contained in:
commit
23e5e43c1c
5
bot.py
5
bot.py
@ -80,6 +80,7 @@ error_codes = """
|
|||||||
205928: Unknown error
|
205928: Unknown error
|
||||||
205940-250941: Problems with your "Club-Nintendo"-account. It can't get connected with your shop account
|
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
|
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
|
205942: Maintenance. Login not possible
|
||||||
205958: Unknown error
|
205958: Unknown error
|
||||||
205968: IAS_BAD_DEVICE_CODE
|
205968: IAS_BAD_DEVICE_CODE
|
||||||
@ -98,7 +99,7 @@ error_codes = """
|
|||||||
206611: Wii download ticket invalid
|
206611: Wii download ticket invalid
|
||||||
206612: This Wii download ticket can't be used in your country
|
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.
|
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
|
206651: Mistake while entering the wii serial number
|
||||||
206652: Wrong PIN three times (parental controls)
|
206652: Wrong PIN three times (parental controls)
|
||||||
206653: Nickname or password wrong
|
206653: Nickname or password wrong
|
||||||
@ -327,4 +328,4 @@ try:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("i cant let you do that dave...")
|
print("i cant let you do that dave...")
|
||||||
create_database()
|
create_database()
|
||||||
bot.run(token)
|
bot.run(token)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user