5.0.0 • Published 4 years ago

chaos-plugin-user-roles v5.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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.
5.0.0

4 years ago

4.3.1

4 years ago

4.3.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

5 years ago

1.0.1-dev

5 years ago

1.0.0-dev

5 years ago