- Translation
- Add the
englishorkoreanemoji to a message, and the bot will reply to the message with a translation.
- Add the
Mac/Linux:
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e '.[dev]'
pre-commit installMake sure to create a .env file based on .env.template and to get a valid application_default_credentials.json file. Need help? Ask us on Discord.
Mac/Linux
set -a; source .env; set +a; bot