mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
11 lines
No EOL
478 B
JSON
11 lines
No EOL
478 B
JSON
{
|
|
"DESCRIPTION": "Clears messages in a channel",
|
|
"USAGE": "[option] (@user)",
|
|
"EXAMPLES": "clear option:10\nclear option:10 user:@Jonny_Bro#4226\nclear option:all",
|
|
"OPTION": "Integer / all",
|
|
"REQUIRE_ID_USER": "Specify a user or ID",
|
|
"ALL_CONFIRM": "**All messages in the channel will be deleted! Are you sure?**",
|
|
"CHANNEL_CLEARED": "Channel cleared",
|
|
"CLEARED": "{{amount}} messages were deleted",
|
|
"CLEARED_MEMBER": "{{amount}} messages were deleted from {{user}}"
|
|
} |