Timers commands¶
boss¶
Manage boss cooldown timers.
/boss bosslist¶
Show a list of all supported bosses.
Command response will only be visible to you.
/boss list¶
Show all your active boss cooldowns.
Command response will only be visible to you.
/boss remove¶
Remove an active boss cooldown.
Command response will only be visible to you.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
name | Text | Name of the boss to remove the cooldown for. | |
character_name | Text | Name of the character you killed the boss with. |
/boss set¶
Set off the cooldown timer for a specific boss.
Command response will only be visible to you.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
boss | Text | Name of the boss you killed. | |
character_name | Text | Name of the character you killed the boss with. |
event¶
Manage server events.
Command cannot be used in direct messages.
/event add-character¶
Add someone else's character to your event.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. | |
name | Text | Name of the character you are adding as participant. Must be registered to someone in the sever. |
/event add-user¶
Add someone else to your event.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. | |
user | User | User you are adding as a participant. |
/event create¶
Create a new event.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
in_time | Duration | How long until the event starts. | |
title | Text | Title or name of the event. Must be between 3 and 50 characters long. | |
description | Text | An optional description of the event, shown when viewing the event's details. Markdown supported. Must be at the most 400 characters long. | |
joinable | True/False | Whether others can add themselves as participants in this event. Default value: true. | |
slots | Number | Maximum number of people that can join this event. 0 means no limit. Must be a value between 0 and 100.Default value: 0. |
/event edit¶
Edit an event.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. | |
new_time | Duration | New time relative start time of the event. | |
new_name | Text | New name of the event. Omit to keep unchanged. Must be between 3 and 50 characters long. | |
new_description | Text | New description of the event. Omit to keep unchanged. Must be at the most 400 characters long. | |
new_joinable | True/False | Whether the event will be joinable or not. Omit to keep unchanged. | |
new_slots | Number | New slots size of the event. Omit to keep unchanged. Must be greater or equal than 0. |
/event info¶
Show information about an event.
Command response will be visible to everyone.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. |
/event join¶
Join an event as a participant.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. | |
character | Text | Character you're joining with. A list of your characters will be shown for selection if omitted. |
/event leave¶
Leave an event as a participant.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. |
/event list¶
See upcoming and recent events.
Command response will be visible to everyone.
Command cannot be used in direct messages.
/event participants¶
See the list of participating characters of an event.
Command response will be visible to everyone.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. |
/event remove¶
Remove an event.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. |
/event remove-character¶
Remove someone else's character from your event.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. | |
character | Text | Character you are removing as a participant. |
/event remove-user¶
Remove someone from your event.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. | |
user | User | User you are removing as a participant. |
/event subscribe¶
Subscribe to an event to receive notifications when it's about to happen.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. |
/event unsubscribe¶
Unsubscribe from an event to stop receiving notifications.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
event_id | Number | ID of the event. Must be greater or equal than 1. |
remindme¶
Manage personal reminders.
/remindme create¶
Create a new personal reminder.
Command response will be visible to everyone.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
when | Duration | In how long do you want to be reminded, e.g., 2d5h3m. | |
what | Text | What do you want to be reminded of? |
/remindme list¶
Show a list of your reminders.
Command response will only be visible to you.
/remindme remove¶
Remove one of your reminders.
Command response will only be visible to you.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
reminder_id | Number | ID of the timer to remove. Must be greater or equal than 1. |