Discord bot with language games
/guess_lang - Starts a guessing game where a sentence is translated into a random language and users have 60 seconds to guess which language it is.
/detect_lang - Detects the language of a given sentence and returns its name (disabled while a guessing game is active in the channel)
/health_check - Checks if bot is running
- Clone repo
- Build image
- Run it with
DISCORD_TOKENenv variable
- Clone repo
- Install dependencies from
requirements.txt - Put your
DISCORD_TOKENin .env - Run
app.py