DisCAT-bot🐱 Simple Discord bot built using Discord.py and random-cat API Command : !cat Installation Guide: Step 1: Fork this repository Step 2: Clone your repository git clone https://github.com/your_name/DisCAT-bot.git Step-3: Install the dependancies cd to the directory where you have cloned the repository pip install -r requirements.txt Step-4: Article to generate your unique Discord token: https://www.writebots.com/discord-bot-token/ Step-5 : After token is generated replace the following code with your token: Examples: Documentation: https://pythondiscord.com/pages/resources/guides/discordpy/ Tutorial : https://www.freecodecamp.org/news/create-a-discord-bot-with-python/ https://realpython.com/how-to-make-a-discord-bot-python/