Skip to content

Repository containing custom bots or documentation of use for available ones

Notifications You must be signed in to change notification settings

ADAOcommunity/discord-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisite

Install Node.js

Node.js 10+ is required to run the bot

Create Discord Bot

  1. Create an application using the discord developer portal
  2. Create a bot for the application
  3. Save the bot token for later
  4. Add the bot to a server.

Installation

  1. clone this repository
  2. install dependencies with: npm install

Configure

The repository contains a file named config.json that contains configurable details for the role bot.

The file consists of three fields:

  • channel - the channel that contains the role message
  • roles - the mapping between reaction emoji and roles.
  • role - role to assign

The bot will watch the first message in the specified channel. If a reaction is added or removed from this message, the bot will add or remove the corresponding role.

About

Repository containing custom bots or documentation of use for available ones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published