FAQ 🧙 - Wonder-Toast/Documentation GitHub Wiki
Where are my pokemon that I captured?
There appears to be a mem. leak in the server, this is the issue of users not recieving. Until enough donations are made, this issue may occur for a while for the server upgrade.
I am receiving an error on Lowercase of undefined, did I do something wrong?
Its an error with the db handling your Pokemon, but no worries, you still received one!
I am getting an error on the SQlite being busy
handling thousands of users, the db might get busy handling others. Just give it a second and you should be all set
Can I pick my Pokemon in battling?
Not yet, however the update for this feature is coming soon
How come I have a time limit in one server, yet I can use the command in another server?
The Time Limit I have is based on shards, so if the guilds you use pokebot are on different shards there will be a different time limit. However, in the future, planning on making time limit across shards will come
Why dont I have 2 of the same pokemon or more in my inventory?
Duplicates of pokemon have been disabled for a long time. They may although have a come back in the near future.
Why is Pokebot working in one server, but not another?
Shard may be down due to Discord API
What are shards?
As bots grow and are added to an increasing number of guilds, some developers may find it necessary to break or split portions of their bots operations into separate logical processes. As such, Discord gateways implement a method of user-controlled guild sharding which allows for splitting events across a number of gateway connections. Guild sharding is entirely user controlled, and requires no state-sharing between separate connections to operate.