This project is built for use commands in roll a dice for play D&D. It makes you play D&D on discord ease.
- Install python
- Create virtual environment
- Run
python -m venv venv - Run virtual environment
Note
Window
/venv/Scripts/activate
MacOS / Linux
source venv/bin/activate
- Run
pip install -r requirements.txt - Create .env file and copy this
TOKEN=YOUR_TOKEN
GUILD_ID=YOUR_GUILD_ID_SERVER
Important
You can get token this Discord Devloper
You can right-click to copy your id_server and input in .env file
- Run
python bot.py