This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

chaos-plugin-user-roles

5.0.0 • Public • Published

User Roles Chaos Plugin

Adds support for joinable roles to ChaosCore discord bots

Strings

For overridable strings, see plugin.strings.js

Commands

join

Joins a role.

!join {role}
  • role: The name of the role to join

Note: Role must be added to the list of joinable roles before users can join

leave

Leaves a role.

!leave {role}
  • role: The name of the role to leave

Note: Role must be in the list of joinable roles

roles

List all available and joined roles.

!roles

Config Actions

addRole

Adds a role to the list of joinable roles

!config userRoles addRole {role}
  • role: The name of the role to add. Can be by mention, name, or id.

removeRole

Removes a role from the list of joinable roles

!config userRoles removeRole {role}
  • role: The name of the role to remove. Can be by mention, name, or id.

Readme

Keywords

none

Package Sidebar

Install

npm i chaos-plugin-user-roles

Weekly Downloads

16

Version

5.0.0

License

MIT

Unpacked Size

15.1 kB

Total Files

15

Last publish

Collaborators

  • zeragamba