zeppelin/game/alias.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2025-03-16 15:02:23 +01:00
{
"scn": {
"desc": "Alternate to `!scenario`",
"command": "scenario"
},
"h": {
"desc": "Alternate to `!help`",
"command": "help"
},
"up": {
"desc": "Alternate to `!ping`",
"command": "ping"
},
"name": {
"desc": "Alternate to `!me --name`, sets the name of your character (use `!help me` for more information)",
"command": "me",
"arg": "-n "
},
"age": {
"desc": "Alternate to `!me --age`, sets the age of your character (use `!help me` for more information)",
"command": "me",
"arg": "-a "
},
"title": {
"desc": "Alternate to `!me --title`, sets the title of your character (use `!help me` for more information)",
"command": "me",
"arg": "-t "
},
"story": {
"desc": "Alternate to `!me --story`, sets the background story of your character (use `!help me` for more information)",
"command": "me",
"arg": "-s "
},
"done": {
"desc": "Alternate to `!me --done`, set your character to ready-to-play (use `!help me` for more information)",
"command": "me",
"arg": "-d"
}
}