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
336 stars 400 forks source link

Problem with discord #205

Closed OkuriSlew closed 3 years ago

OkuriSlew commented 3 years ago

Hey ! I currently own the free version of the bot and I aim to upgrade to the premium version very soon, but I'm currently experiencing a problem with a problem in the console when compiling the pokeball.py "ModuleNotFoundError: No module named 'discord'" when discord is well established where the problem may come from?

Hyperclaw79 commented 3 years ago

The discord in the error refers to the Python library discord.py, not your discord client. This error indicates that your setup.bat didn't execute successfully. Verify that Python is added to path by running where python in a command prompt. If the path points to the WindowApps folder, open another command prompt, but in admin mode. Then run del /f "insert the path in the previous cmd". Then reinstall python and rerun the setup.bat.

Hyperclaw79 commented 3 years ago

Closing this due to inactivity. Feel free to re-open if the error persists.