| title | Discord Python bot | ||
|---|---|---|---|
| description | A Discord bot written in Python | ||
| tags |
|
This example starts a Discord bot using discord.py.
- Python
- Discord.py
- Install packages using
pip install -r requirements.txt - Start the bot using
python main.py
This is a basic bot with the prefix !, more information can be founded at their offical documentation.