This Discord bot helps users learn languages through various features like translation, quizzes, daily challenges, and flashcards.
- Fork this repository to your GitHub account.
- Create a new Web Service on Render.
- Connect your GitHub repository to Render.
- Use the following settings:
- Environment: Node
- Build Command:
npm install
- Start Command:
npm start
- Add the following environment variables:
DISCORD_TOKEN
: Your Discord bot tokenTRANSLATION_API_KEY
: Your translation API key
- Click "Create Web Service"
- Clone the repository
- Install dependencies:
npm install
- Create a
.env
file with the following variables:DISCORD_TOKEN=your_discord_bot_token TRANSLATION_API_KEY=your_translation_api_key
- Run the bot:
npm start
- Translation
- Language quizzes
- Daily challenges
- Flashcards
This bot is ready to be deployed on Heroku or similar platforms.