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!",
|
2022-07-25 22:09:02 +05:00
|
|
|
"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}}"
|
|
|
|
}
|