✨
This commit is contained in:
@ -16,6 +16,18 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"echo" : {
|
||||
"name": "echo",
|
||||
"description": "Make Gwendolyn repeat something",
|
||||
"options" : [
|
||||
{
|
||||
"name" : "text",
|
||||
"description" : "The text you want Gwendolyn to repeat",
|
||||
"type" : 3,
|
||||
"required" : "true"
|
||||
}
|
||||
]
|
||||
},
|
||||
"gen_name" : {
|
||||
"name": "gen_name",
|
||||
"description": "Generate a random name"
|
||||
@ -44,5 +56,15 @@
|
||||
"name" : "thank",
|
||||
"description" : "Thank Gwendolyn for her service"
|
||||
}
|
||||
},
|
||||
"better_netflix": {
|
||||
"movie": {
|
||||
"name": "movie",
|
||||
"description": "Get a random movie from Better Netflix"
|
||||
},
|
||||
"show": {
|
||||
"name": "show",
|
||||
"description": "Get a random show from Better Netflix"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user