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 | The name of the boss to remove the cooldown for. | |
character_name | Text | The 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 | The name of the boss you killed. | |
character_name | Text | The 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 | The ID of the event. Must be greater or equal than 1 . | |
name | Text | The 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 | The ID of the event. Must be greater or equal than 1 . | |
user | User | The 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 | The 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 to this event. Default value: true . | |
slots | Number | The 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 | The ID of the event. Must be greater or equal than 1 . | |
new_time | Duration | The new time relative start time of the event. | |
new_name | Text | The new name of the event. Omit to leave unchanged. Must be between 3 and 50 characters long. | |
new_description | Text | The new description of the event. Omit to leave unchanged. Must be at the most 400 characters long. | |
new_joinable | True/False | Whether the event will be joinable or not. Omit to leave unchanged. | |
new_slots | Number | The new slots size of the event. Omit to leave 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 | The 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 | The ID of the event. Must be greater or equal than 1 . | |
character | Text | The 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 | The 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 | The 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 | The ID of the event. Must be greater or equal than 1 . | |
character | Text | The 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 | The ID of the event. Must be greater or equal than 1 . | |
user | User | The user you are removing as a participant. |
/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 | The ID of the event. Must be greater or equal than 1 . |
/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 | The 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 | The 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 | The ID of the timer to remove. Must be greater or equal than 1 . |