/tug-of-war

Competitive counting bot for Discord.

Primary LanguageJavaScript

Lint Deploy

tug-of-war

Single-server Discord bot that makes counting competitive.

Development

  1. Install Node.js and npm.
  2. Clone the repository.
  3. Run npm install.
  4. Set up the config.js file. (See the Discord Developer Portal to get your Bot Token)
  5. Run npm start.

Deployment

  1. Generate an OAuth invite link on the Discord Developer Portal.
    • In the OAuth tab, select the bot scope and these permissions: send messages, embed links, attach files, read message history, add reactions (permissions value of 116800).
    • In the bot tab, check the Message Content Intent option below Privileged Gateway Intents section.
  2. Invite your bot to a Discord server.
  3. Create a #tug-of-war channel.
  4. In #tug-of-war, write t?bind #tug-of-war to get the bot in your channel.

Usage

Type t?help to see what commands you can use.

Contributing

See CONTRIBUTING.md