Skip to content

Adding party members

Adding a single party member

Party members can be added individually to a campaign by utilzing the following command:

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

If successful, the bot will reply with a message to you saying that the member was added to the campaign.

Parameters

Parameter Type Description
campaign string The campaign ID you want to add the member to
user UserResolvable The Discord username of the member you want to add (e.g., exampleuser01)

Adding multiple party members

Party members can be added in bulk to a campaign by utilzing the following command to invite users in a specific Discord role:

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

If succsessful, the bot will reply with a message to you showing the number of currently pending invites, the number of invites sent, and the number of participants.

Parameters

Parameter Type Description
campaign string The campaign ID you want to add members to
role RoleResolvable The Discord role of the members you want to add (e.g., @exampleRole)