Single-server Discord bot that makes counting competitive.
- Install Node.js and npm.
- Clone the repository.
- Run
npm install. - Set up the
config.jsfile. (See the Discord Developer Portal to get your Bot Token) - Run
npm start.
- Generate an OAuth invite link on the Discord Developer Portal.
- In the OAuth tab, select the
botscope and these permissions:send messages, embed links, attach files, read message history, add reactions(permissions value of116800). - In the bot tab, check the
Message Content Intentoption belowPrivileged Gateway Intentssection.
- In the OAuth tab, select the
- Invite your bot to a Discord server.
- Create a
#tug-of-warchannel. - In
#tug-of-war, writet?bind #tug-of-warto get the bot in your channel.
Type t?help to see what commands you can use.
See CONTRIBUTING.md