Invite the bot to your Discord server
It's really similar to bots like Dank Memer and OwO.
- User-interaction commands
- Minigames
- Images and memes
- Welcomer
and much more.
- Download and install Git
All the next steps are executed in the Command Prompt
- Clone the repository
git clone https://github.com/madkarmaa/BongoCat.git
- Setup and run an
enviroment
cd BongoCat
python -m venv env
env\Scripts\activate.bat
-
Close and re-open the
Command Prompt
-
Install discord.py 2.0
python -m pip install -U git+https://github.com/Rapptz/discord.py
- Install the bot dependencies using
pip
pip install -r requirements.txt
- Provide the bot's token in the .env file
- Run main.py
Big shout-out to Sourcery, as I used their extension to create better code.