misc.roll: copy paste moment
This commit is contained in:
parent
d56f8b56f7
commit
5885d6601a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ hf.registerCommand(roll);
|
||||||
|
|
||||||
const rollInteraction = new InteractionCommand("roll");
|
const rollInteraction = new InteractionCommand("roll");
|
||||||
rollInteraction.helpText = "Roll a dice";
|
rollInteraction.helpText = "Roll a dice";
|
||||||
rollInteraction.options.input = {
|
rollInteraction.options.sides = {
|
||||||
name: "sides",
|
name: "sides",
|
||||||
type: ApplicationCommandOptionTypes.NUMBER,
|
type: ApplicationCommandOptionTypes.NUMBER,
|
||||||
description: "How many sides to pick from",
|
description: "How many sides to pick from",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue