/lectura-bot

Lectura bot

Primary LanguagePython

Lectura Bot

The purpose of this Discord bot is to help organize activities within the Spanish-English Learning Server. Specifically to help manage the Lectura queue.

Python 3.11 or above required

Commands

Add oneself to the reading queue

/leer

Instructions for preparing dev environment

Discord setup

Python setup

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=

Run

python bot.py