Hyperclaw79 / PokeBall-SelfBot-Poketwo-Autocatcher

This specific selfbot was designed to automatically catch pokemon spawned on Discord by Poketwo bot. It also offers other utility functions to automate features like trading, releasing, id search, etc. Currently the autocatcher is powered by AI making it possible to autocatch pokemons on multiple bots like PokeTwo, PokeRealm, etc.
MIT License
337 stars 398 forks source link

Unknown Message Error #3

Closed mous1331 closed 6 years ago

mous1331 commented 6 years ago

I finally got the bot running, didn't realise I had to replace the os line in the secrets. Now I come across issues when I P^pokelog and P^clean_trash. I also can't seem to get the autocatcher to work, It has been enabled however whenever a pokemon spawns in an enabled guild it doesn't do anything. P^pokelog P^clean_trash

This is my config, haven't really touched it

This is my guild's file.

mous1331 commented 6 years ago

Ok I have sort of fixed my issue with P^clean_trash, in order to use it I had to set max_duplicates lower to 2 .

Hyperclaw79 commented 6 years ago

Actually, both the issues are with pokelog and not with clean_trash. The latter calls the former after the cleaning is done. Is the message p!n being sent in that channel? Looks like the message is either not being sent, or autodeleted somehow.

max_duplicates lower to 2

Shouldn't make a difference. But woah, you've set it to 200. That's like you wanna catch 200 of the same pokemon for every pokemon. Set to max 4 or 5 tbh.

I also can't seem to get the autocatcher to work, It has been enabled however whenever a pokemon spawns in an enabled guild it doesn't do anything.

Does the typing get activated in that channel when the pokemon spawns?

PikaArc commented 6 years ago

Hello again from me ^^Kinda the same issue on my side I launched the bot succesfully but it seems to doesnt do anything .-. (my command prefix is ,) when i execute ,pokelog the cmd prompt gives back : No Prefix found for this guild and by clean_trash it doesnt do anything nor responds in the cmd prompt... and auto catching doesnt work either

Hyperclaw79 commented 6 years ago

Fixed in https://github.com/Hyperclaw79/PokeBall-SelfBot/commit/6b3f4df14718d157ad922522654158508526c5ff.

@PikaArc Looks like you are manually altering the guilds.json. Don't do this, the selfbot automatically adds the guild prefix upon catching a pokemon in that guild. Most of the command won't work if the prefix is not found. clean_trash error is an effect of this.