JaBa/languages/en-US/moderation/mute.json

9 lines
530 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Prevents a member from sending messages and connecting to a voice chat room for a defined period of time!",
"USAGE": "mute [@member] [time]",
"EXAMPLES": "mute @Jonny_Bro#4226 Spam",
2022-01-04 02:18:28 +05:00
"MISSING_MEMBER": "Please specify a valid member to mute!",
"MUTED_DM": "Hello {{username}},\nYou've just been muted on **{{server}}** by **{{moderator}}** for **{{time}}** because of **{{reason}}**!",
"MUTED": "**{{username}}** is now muted for **{{time}}** because of **{{reason}}**!",
"CASE": "Mute | Case #{{count}}"
}