Discord Cat Bot Source Code
Please note self-hosting is hacky and isn't supported, instructions below are for testing/development/messing around. I won't stop you, but YOU will have to mess around with the code a bunch for it to work good, so be warned.
- 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 all emojis you want to Discord's App Emoji in the Dev Portal.
If they aren't found there, they will be replaced with a placeholder.
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.