The purpose of this Discord bot is to help organize activities within the Spanish-English Learning Server. Specifically to help manage the Lectura queue.
Add oneself to the reading queue
/leer
- Create or use an existing bot application
- Turn ON server members intent
Create virtual environment
python -m venv venv
.\venv\Scripts\activate
Install dependencies
pip install -r requirements.txt -U
Make an .env
file and configure the discord token y and the IDs of the channels where the bot will operate
# .env
DISCORD_TOKEN=
SERVER_ID=
LECTURA_TEXT_CHANNEL=
LECTURA_VC_CHANNEL=
TEST_TEXT_CHANNEL=
TEST_VC=
python bot.py