This Discord bot is a project made by me during self learning Python.
If you need using music function please download ffmpeg
and add it to path before using music command otherwise it will no effect
[TOC]
pip install -r requirements.txt -U
python main.py
pip install -U pipenv
pipenv update
pipenv shell # Enter virtual environment, type exit to escape virtual environment
python main.py
Get it from Discord Developer Portal
The following are the necessary permissions:
Permission |
---|
Manage Role |
Manage Channels |
Kick Members |
Ban Members |
Read Messages/View Channels |
Send Messages |
Manage Messages |
Embed Links |
Attach Files |
Read Message History |
Connect |
Speak |
Change prefix="<your_prefix_here>"
in file main.py
line 28
28| prefix = ">"
Type >help
to show all the commands. (Commands will be displayed based on permissions)
NOTE: If you change your prefix please change
>
to the prefix you set