A private Discord bot
- Node.js 14 LTS (Hosted on GCP)
- Discord.js@12
- Typescript
- Firebase
- pm2
// Installs dependencies (including pm2)
yarn
// Installs typescript support for pm2
pm2 install typescript
// Run
yarn start
// Run & keep it alive
pm2 start shoredark.ts
You need a serviceAccount.json
to run this bot on GCP inside /static/
Check the official guide of Cloud Firestore
make .env
on root with your bot's client token
CLIENT_TOKEN=<YOUR_BOT_TOKEN>