KSS PC Club Discord サーバー用の bot です。
- Create a new Discord application from the Discord Developer Portal.
- Create a bot and generate a token.
- Create
.env
file with the following content:TOKEN=<YOUR TOKEN HERE> SERVER_ID=<GUILD ID HERE> FIREBASE_PROJECT_ID=<FIREBASE PROJECT ID HERE> FIREBASE_CLIENT_EMAIL=<FIREBASE CLIENT EMAIL HERE> FIREBASE_REALTIME_DB_URL=<FIREBASE RDB URL HERE> FIREBASE_PRIVATE_KEY=<FIREBASE TOKEN HERE>
- Install dependencies
yarn install --frozen-lockfile
- Compile
yarn compile
- Start the bot
yarn start
SECURITY.md を見てください
CODE_OF_CONDUCT.md を見てください
CONTRIBUTING.md を見てください
MIT License. LICENSE file for more information.