This commit is contained in:
Nikolaj
2024-10-30 15:31:46 +01:00
parent e955ef4e28
commit 2f4e606fbf
9 changed files with 1032 additions and 3 deletions

View File

@ -16,10 +16,26 @@
}
]
},
"gen_name" : {
"name": "gen_name",
"description": "Generate a random name"
},
"ping" : {
"name" : "ping",
"description" : "Get the Gwendolyn's latency to the server"
},
"roll" : {
"name": "roll",
"description": "Roll dice",
"options": [
{
"name": "dice",
"description": "The dice to be rolled",
"type": 3,
"required": "false"
}
]
},
"stop" : {
"name" : "stop",
"description" : "Stop Gwendolyn"