mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
8 lines
606 B
JSON
8 lines
606 B
JSON
|
{
|
||
|
"DESCRIPTION": "Set a channel cooldown",
|
||
|
"USAGE": "{{prefix}}slowmode [#channel] (time)",
|
||
|
"EXAMPLES": "{{prefix}}slowmode #general 10m\n{{prefix}}slowmode #general",
|
||
|
"DISABLED": "**Slow-mode has just been disabled in {{channel}}!**\n\n:arrow_right_hook: *Send `{{prefix}}slowmode [#channel] (time)` to enable it again!*",
|
||
|
"ENABLED": "**A slow-mode of `{{time}}` has just been enabled in `{{channel}}`!**\n\n:arrow_right_hook: *Send `{{prefix}}slowmode {{channel}}` to disable it!*",
|
||
|
"PLEASE_WAIT": "Channel {{channel}} is in slowmode! Please wait {{time}} between each message!"
|
||
|
}
|