Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 449 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 449 Bytes

counting-too

.env

  • BOT_PREFIX - your preferred bot prefix if not using slash commands (default is 2!)
  • BOT_TOKEN - your Discord bot token
  • CLIENT_ID - your Discord bot application ID (used for the invite link) (optional)
  • MONGO_URI - MongoDB connection string
  • SECRET_KEY - a random string to be used for db data encryption

Run

Production

npm start

Development

npm run dev