Mod
Commands for Mod
Mod Commands
Here is the list of commands available in the Mod category.
/unmute
Unmutes a specific User (removes the timeout)
Aliases: untimeout
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
whom | user | Yes | Whom to unmute? |
reason | string | No | Why do you unmute them? |
Example Usage
/unmute whom:value reason:valueThis command allows you to unmutes a specific user (removes the timeout).
/mute
Mutes a specific User (Timeout)
Aliases: timeout
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
whom | user | Yes | Whom to mute? |
timeresolveable | string | No | For how long to timeout? (e.g. 30-Minutes) |
reason | string | No | Why do you mute them? |
Example Usage
/mute whom:value timeresolveable:value reason:valueThis command allows you to mutes a specific user (timeout).
/purge
Purge (Clear) messages
Aliases: clearmessages, purgemessages, clear
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
amount | number | Yes | The amount of messages to purge? |
channel_to_purge_in | channel | No | In which channel do you want to purge messages? |
user_to_purge_from | user | No | Do you want to purge messages from a specific user? |
Example Usage
/purge amount:value channel_to_purge_in:value user_to_purge_from:valueThis command allows you to purge (clear) messages.
/details
Shows detailed information about a warn
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
warnid | number | Yes | The warn Id (without the #) |
Example Usage
/details warnid:valueThis command allows you to shows detailed information about a warn.
/listremoved
Lists all removed warns of a User
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
whom | user | No | Whom to list the removed warns of? |
Example Usage
/listremoved whom:valueThis command allows you to lists all removed warns of a user.
/remove
Remove a specific warn of a User
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
whom | user | Yes | Whom to remove the warn from? |
warnid | string | No | which warn to remove? |
Example Usage
/remove whom:value warnid:valueThis command allows you to remove a specific warn of a user.
/list
Lists all warns of a User
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
whom | user | No | Whom to list the warns of? |
Example Usage
/list whom:valueThis command allows you to lists all warns of a user.
/clear
Clears all Warns of a User
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
whom | user | Yes | Whom to remove the warns from? |
Example Usage
/clear whom:valueThis command allows you to clears all warns of a user.
/add
Adds a warning to a User
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
whom | user | Yes | Whom to warn? |
custom_reason | string | No | Why do you warn them? |
rule_reason | string | No | Pick a pre-defined warn rule-reason (if available) (will override custom_reason) |
autoremoveafter | string | No | Want the warn to automatically remove after time? (e.g: 30-days 10-mins) |
Example Usage
/add whom:value custom_reason:value rule_reason:value autoremoveafter:valueThis command allows you to adds a warning to a user.
