A discord chat bot that provides tools for organizing and managing events.
State that you are planning an event, then ppl may react with 👍 / 👎 or ❔ depending on if they plan to attend or not. The event comment will update with a list of the ppl who have responded & in the order they responded. Reacting with a 🔧 will alow you to change the title of the event. The bot the sends a DM to the user providing further instructions.
Create a poll with the given title and a range of up to 10 different vote options. The title and each option (excluding the last) needs to end with a semicolon ;
.
Rolls a set of dice. See @olian/dice-roller for further reference.
Will PM you a list of all commands you have access to in the current channel. Buy default this list is empty.
Note: Admins have access to all commands in all channels.
Will enable a command in the current channel to be used by all members who can send messages in that channel.
Note: Admins can use all command in all channel, no matter if they are enabled in the channel or not.
Running !disable my_command
will remove any privileges previously grated by running !enable my_command
.
- Make sure you have installed all prerequisite software
- Grab your firebase service account credentials.
- Grab your discord-bot secret from the discord developer portal
- Setup environment variables as seen in
.env.example
- Start the bot:
npm run start:prod