Kuzimu
Kuzimu
DIAdiscord.js - Imagine an app
Created by Kuzimu on 12/13/2023 in #djs-questions
Parameter list
Hello, i have a command who take a string on parameter and i want user can just on a list of suggestion fill this string
{
name: "champion",
description: "Name of the desired champion",
type: 3,
require: true,
// like this :
options = ["A", "B", "C"]
},
{
name: "champion",
description: "Name of the desired champion",
type: 3,
require: true,
// like this :
options = ["A", "B", "C"]
},
So when he write the commande, he can coose the parameter between A, B and C and only this
4 replies