misc.roll: copy paste moment

This commit is contained in:
Cynthia Foxwell 2025-02-27 16:16:14 -07:00
parent d56f8b56f7
commit 5885d6601a
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -27,7 +27,7 @@ hf.registerCommand(roll);
const rollInteraction = new InteractionCommand("roll");
rollInteraction.helpText = "Roll a dice";
rollInteraction.options.input = {
rollInteraction.options.sides = {
name: "sides",
type: ApplicationCommandOptionTypes.NUMBER,
description: "How many sides to pick from",