Discord Cat Bot Source Code
- Python 3
- Git (optional)
- PostgreSQL (optional)
-
Clone the repository. You can use green "Code" button at the top or a git command:
git clone https://github.com/milenakos/cat-bot.git
-
Install requirements:
pip install -r requirements.txt
-
You will need to upload all needed emojis to Discord's App Emoji in the Dev Portal.
If they aren't found there, they will be replaced with a placeholder (this breaks catching).
All emojis can be downloaded here.
-
Go inside of the
config.py
file and configure everything for your liking. -
Run the bot with
python bot.py
-
Done!
Cat Bot is licensed under Creative Commons Zero v1.0 Universal license. View LICENSE
for more information.