Tracking commands¶
Commands related to NabBot's tracking system.
allowlist¶
Manage allowlists.
Command cannot be used in direct messages.
allowlist guild¶
Manage guild allowlists.
/allowlist guild add¶
Add a guild to the allowlist.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
guild |
Text | Guild to add. Only characters in this guild will be announced. |
/allowlist guild list¶
Show the guilds currently in the allowlist.
Command response will only be visible to you.
Command cannot be used in direct messages.
/allowlist guild remove¶
Remove a user from the allowlist.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
guild |
Text | Guild to remove. |
blocklist¶
Manage blocklists.
Command cannot be used in direct messages.
blocklist user¶
Manage user blocklists, excluding users from announcements.
/blocklist user add¶
Add a user to the blocklist.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
user |
User | User to add. Their characters won't be announced anymore. |
/blocklist user list¶
Show the users currently in the blocklist.
Command response will only be visible to you.
Command cannot be used in direct messages.
/blocklist user remove¶
Remove a user from the blocklist.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
user |
User | User to remove. |
/blocklist user remove-unknown¶
Remove a user from the blocklist that is no longer in the server.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
user_id |
Discord ID | ID of the user to remove. |
/characters¶
See all the characters registered to you.
Command response will only be visible to you.
/im¶
Register your characters.
Command response will only be visible to you.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
character |
Text | Name of the character you want to register. |
/imnot¶
Remove a character assigned to you.
Command response will only be visible to you.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
character |
Text | Name of the character you want to unregister. |
/online¶
Show you which users are online on Tibia.
Command response will only be visible to you.
Command cannot be used in direct messages.
search-team¶
Search for characters in this server.
Command cannot be used in direct messages.
/search-team by-character¶
Search characters in this server in share range with a character.
Command response will be visible to everyone.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
name |
Text | Only characters in share range with this one will be shown. Must be between 2 and 29 characters long. |
/search-team by-level¶
Search characters in this server in share range with a specific level.
Command response will be visible to everyone.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
level |
Number | Only characters that can share experience with this level will be shown. Must be greater or equal than 2. |
/search-team by-level-range¶
Search characters in this server in a specified range.
Command response will be visible to everyone.
Command cannot be used in direct messages.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
min_level |
Number | Only characters this level or higher will be shown. Must be greater or equal than 2. |
|
max_level |
Number | Only characters at this level or lower will be shown. Must be greater or equal than 2. |