discordbot.py
Example of a discord bot in Python
Requirements
- Python 3.8 or higher
- Discord Bot
Setting Up
- Clone this repo or download the files
- Rename
config.example.json
toconfig.json
and fill in the values - Install all requirements with pip (
pip install -r requirements.txt
) - Start the bot with
python main.py
- You are set
Docs
You can view the Disnake docs here