Skip to content

Configure GM roles

Configures which Discord roles are treated as Game Master roles in your server. Users in a GM role can use campaign and session management commands. These commands require server admin permissions.

Adding a GM role

/settings gm-role add role: <role>

If successful, the bot will confirm the role has been added to the GM role list.

Parameters

Parameter Required Type Description
role RoleResolvable The role to designate as a GM role.

Removing a GM role

/settings gm-role remove role: <role>

If successful, the bot will confirm the role has been removed from the GM role list.

Note

If all GM roles are removed, campaign and session commands will be available to all users in the server.

Parameters

Parameter Required Type Description
role RoleResolvable The role to remove from the GM role list.

Listing GM roles

/settings gm-role list

If successful, the bot will reply with a list of all currently configured GM roles in the server.