Sends a tracking message for your HLLP event to a channel of your choice. This is synced live between the website and the bot.
Parameters
Name | Description | Required | Default |
---|---|---|---|
event | The ID of the event you want to track. | Yes | None |
channel | The channel you want to send the tracking message to. | Yes | None |
signups | Whether or not to allow your users to sign up from the Discord message. Only allowed on unmanaged events. | No | True |
Removes the tracking message for your HLLP event from the specified channel.
Parameters
Name | Description | Required | Default |
---|---|---|---|
event | The ID of the event you want to unlink. | Yes | None |
Allows users to sign up for a specific event from the tracking message. Only allowed on unmanaged events.
Parameters
Name | Description | Required | Default |
---|---|---|---|
event | The ID of the event you want to allow signups for. | Yes | None |
Disallows users to sign up for a specific event from the tracking message. Only allowed on unmanaged events.
Parameters
Name | Description | Required | Default |
---|---|---|---|
event | The ID of the event you want to disallow signups for. | Yes | None |
Adds a member to your community.
Parameters
Name | Description | Required | Default |
---|---|---|---|
id | The ID or vanity URL of the community. | Yes | None |
user | The user to add. | Yes | None |
Removes a member from your community.
Parameters
Name | Description | Required | Default |
---|---|---|---|
id | The ID or vanity URL of the community. | Yes | None |
user | The user to remove. | Yes | None |
Adds a role to the permissions list.
Parameters
Name | Description | Required | Default |
---|---|---|---|
role | The role to add. | Yes | None |
permission | The permission to add. | Yes | None |
Removes a role from the permissions list.
Parameters
Name | Description | Required | Default |
---|---|---|---|
role | The role to remove. | Yes | None |
permission | The permission to remove. | Yes | None |
Lists permissions for a role.
Parameters
Name | Description | Required | Default |
---|---|---|---|
role | The role to list permissions for. | Yes | None |
Creates a squad for a specific event.
Parameters
Name | Description | Required | Default |
---|---|---|---|
event | The ID of the event to create the squad for. | Yes | None |
faction | The faction of the squad. | Yes | None |
type | The type of the squad. | Yes | None |
team | The designated team for this squad. Only allowed on managed events. | No | None |
reserve | Whether or not this squad is a reserve squad. Only allowed on managed events. | No | None |
leader | The leader of the squad. Only allowed on unmanaged events. | No | None |
member1 | The first member of the squad. Only allowed on unmanaged events. | No | None |
member2 | The second member of the squad. Only allowed on unmanaged events. | No | None |
member3 | The third member of the squad. Only allowed on unmanaged events. | No | None |
member4 | The fourth member of the squad. Only allowed on unmanaged events. | No | None |
member5 | The fifth member of the squad. Only allowed on unmanaged events. | No | None |
Disbands a squad for a specific event.
Parameters
Name | Description | Required | Default |
---|---|---|---|
event | The ID of the event to remove the squad from. | Yes | None |
member | A member of the squad to disband. Only allowed on unmanaged events. | No | None |
team | The team squad to disband. Only allowed on managed events. | No | None |
Adds a member to a squad for a specific event.
Parameters
Name | Description | Required | Default |
---|---|---|---|
event | The ID of the event to add the member to | Yes | None |
member | The member to add to the squad. | Yes | None |
squad | A member of an existing squad to add the new member to. | Yes | None |
leader | The member to add to the squad. | No | None |
Removes a member from a squad for a specific event.
Parameters
Name | Description | Required | Default |
---|---|---|---|
event | The ID of the event to remove the member of the squad from. | Yes | None |
member | The member to remove from the squad | Yes | None |
Adds a commander to the event.
Parameters
Name | Description | Required | Default |
---|---|---|---|
event | The event ID. | Yes | None |
faction | The faction of the commander. Choices: Allies, Axis. | Yes | None |
commander | The commander to add. | No | None |
team | The team of the squad. Only allowed for managed events. | No | None |
reserve | If the commander is a reserve. Only allowed for managed events. | No | None |
Removes a commander from the event.
Parameters
Name | Description | Required | Default |
---|---|---|---|
event | The event ID. | Yes | None |
commander | The commander to remove. | No | None |
team | The team of the squad. Only allowed for managed events. | No | None |