mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
836 B
836 B
title, description, tags
| title | description | tags | ||
|---|---|---|---|---|
| Discord Python bot | A Discord bot written in Python |
|
Discord.py Example
This example starts a Discord bot using discord.py.
✨ Features
- Python
- Discord.py
💁♀️ How to use
- Install packages using
pip install -r requirements.txt - Start the bot using
python main.py
📝 Notes
This is a basic bot with the prefix !, more information can be founded at their offical documentation.