Class

RoleSelector

RoleSelector()

Make a message embed (console) available on the channel for users to react and un-react for roles. Staff can dynamically add roles to the console. Users can react to get the role, then un-react to loose the role.
Constructor

# new RoleSelector()

View Source commands/a_utility/role-selector.js, line 15

Extends

Members

CommandPermissionInfo

# private permissionInfo

The permission info
Overrides:

View Source classes/permission-command.js, line 40

Methods

# async runCommand(botGuild, message)

Parameters:
Name Type Description
botGuild BotGuildModel
message Message the command message
Overrides:

View Source commands/a_utility/role-selector.js, line 35