Skip to content

Adding party members

Sends a campaign invite to a Discord user or to all members of a Discord role.

Game Master only

These commands can only be used by the Game Master of the campaign.

Adding a single member

Sends a campaign invite to a specific Discord user. The user will receive a direct message with an accept/decline button.

/campaign members add campaign: <campaign> user: <user>

If successful, the bot will confirm that the invite was sent to the specified user.

Parameters

Parameter Required Type Description
campaign string The campaign to add the member to. (Autocomplete will list your available options.)
user UserResolvable The Discord user to invite.

Adding multiple members

Sends campaign invites to all members of a Discord role.

/campaign members bulk-add campaign: <campaign> role: <role>

If successful, the bot will respond with an embed showing the number of invites sent, users already in the campaign, and users with pending invites.

Parameters

Parameter Required Type Description
campaign string The campaign to add members to. (Autocomplete will list your available options.)
role RoleResolvable The Discord role whose members will be invited.

See also: Campaigns