mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
8 lines
359 B
JSON
8 lines
359 B
JSON
|
{
|
||
|
"DESCRIPTION": "Generates a \"tweet\" image using Nekobot API",
|
||
|
"USAGE": "{{prefix}}tweet [@twitter_username] [content]",
|
||
|
"EXAMPLES": "{{prefix}}tweet @ElonMusk Hello",
|
||
|
"MISSING_USERNAME": "You have to enter someone's twitter nickname!",
|
||
|
"MISSING_TEXT": "You have to specify the tweet content!",
|
||
|
"SUCCESS": "New tweet by {{user}}:"
|
||
|
}
|