Korean Discord bot for multiple purpose.
sudo apt install ffmpeg
yarn install
Before run, please fill out the bot.env
file using bot.env.preset
.
Also, you have to set env variable GOOGLE_APPLICATION_CREDENTIALS
to use command tts, which uses Google Cloud Text-to-Speech API
export GOOGLE_APPLICATION_CREDENTIALS="[PATH_TO_YOUR_JSON]"
Check GCP Docs for further information.
Then, run with node .
at project root folder.