JaBa/languages/en-US/general/afk.json

8 lines
343 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Sets AFK status (users who mention you will receive a message)",
2023-06-06 10:21:47 +05:00
"USAGE": "[message]",
2023-06-06 22:48:46 +05:00
"EXAMPLES": "afk message:I'm busy =)",
"SUCCESS": "You are now AFK with the reason: **{{reason}}**",
"DELETED": "**{{user}}**, your AFK status has been removed",
"IS_AFK": "**{{user}}** is currently AFK, reason:\n```{{reason}}```"
2023-06-06 10:21:47 +05:00
}