Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.54 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.54 KB
이 봇은 2019/09/18부로 더 이상 운영되지 않습니다.

샴고양이(Siamese)

Discord Bots Dev Server Codacy Badge

Invite Bot

Korean Discord bot for multiple purpose.

Prerequisites

Installing

Linux - ubuntu

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.