Discord Bot template with most of functions for people to make their own discord bots
- Message when user joined
- Message when user left
- Roles given based on reaction on message
- Dm users and store their messages
- Contact APIs and get photos/information
- Check if server/s are online
- Pinging discord users
- Script for keeping bot alive 24/7
- Information about server/users
- Store data in files/databases
- Send files
- Presence changer
- React to words
- Download dependencies
pip install -r requirements.txt
- Customize commands to your likeness
- Insert your bot token - main.py line:244
- Run bot with command:
python3 main.py