title | description | tags | ||
---|---|---|---|---|
Discord Python bot |
A Discord bot written in Python |
|
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.