Single-server Discord bot that makes counting competitive.
- Install Node.js and npm.
- Clone the repository.
- Run
npm install
. - Set up the
config.js
file. (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
bot
scope and these permissions:send messages, embed links, attach files, read message history, add reactions
(permissions value of116800
).
- In the OAuth tab, select the
- Invite your bot to a Discord server.
- Create a
#tug-of-war
channel. - In
#tug-of-war
, writet?bind
to get the bot in your channel.
Type t?help
to see what commands you can use.
See CONTRIBUTING.md