A Self-hostable FOSS pokemon recognition bot for discord and made more specifically for the discord pokemon game "Poketwo".
Made with ❤️ in Python
- ⭐ can be used to make CUSTOM bots for your server
- ⭐ completely FOSS i.e. Free and Open Source
- ⭐ 'Ai' recognition
- ❗ rare ping
- 👌 built-in hint solver
- 🤩 Pretty embeds
- ➕ Self-hostable
- 😌 easy to use
- 💪 ezy catch : just copy and paste
- 😎 Automatic
- ☁️ Light and not system heavy
- 🤝 Cross platform
- Ai identification <- v1.0
- Rare ping <- v2.0
- Embeds <- v3.0
- Hint solver <- v4.0
- StarBoard
- catch logs
- spawn logs
- help command
- more..
- requires python to be installed
download the latest code by clicking on the code button and then the download zip button.
extract the folder and open a command prompt window in it
install dependencies using:
python3 -m pip install -r requirements.txt
then run the program using:
python3 main.py
the program will ask for your bot token and rare ping role id on initialisation and then will save it to 'config.ini' so that it does not ask you every time it runs.
Note
the token is only saved locally and is not sent anywhere.
Caution
make sure not to upload 'config.ini' anywhere as it contains your bot token.
will add soon
Q) I got this error ModuleNotFoundError: No module named '<module name>'
what do i do?
A) do pip install <modulename>
rest -> you tell me 😆
All and every kind of feedback is welocome. And any constructive criticism is appreciated.
If you have any kind of feedback or need help feel free to contact me:
- Discord - @mr.linear
- OutN support [in development] - https://discord.gg/aMJzFJsf
Contributions are always welcome!
currently you can:
- contribute by fixing any bugs in the code you find
- suggesting features