A discord bot to send you images of cats
- Create a bot on the Discord Dev Portal
- Clone this repo with the
git clone https://github.com/akionsight/catBot
command - Go into the directory and open .env file, and fill in space seperated values for the channel ids of which channels are allowed
- Obtain the bot token from the discord dev portal after creating the bot
The env file should look something like this
- Now install the requirements to run the app with the
pip install -r requirements.txt
- now start the
main.py
file in the directory - Invite the bot to your server
- go ahead enter
`cat
in any allowed channels and enjoy
I literally created this project in like under half an hour, so there might be a few bugs, create a issue on this repo and i will surely help you out
Also, please provide feedback if you end up using this bot
This project is under the MIT license that can be found in this repo