vrumger / counting-too

A counting game bot for Discord.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A counting game bot for Discord.

License:MIT License


Languages

Language:JavaScript 100.0%