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

9 lines
417 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Unmute the mentioned member!",
"USAGE": "{{prefix}}unmute [@member]",
"EXAMPLES": "{{prefix}}unmute @Jonny_Bro#4226",
"MISSING_MEMBER": "Please specify the member you want to unmute!",
"NOT_MUTED": "**{{username}}** is not muted on this server!",
"SUCCESS": "**{{username}}** has just been unmuted!",
"SUCCESS_CASE": "{{user}} (`{{usertag}}`) has just been unmuted! (mute case: #{{count}})"
}