Skip to content

Commit

Permalink
/dice: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
salix5 committed Jul 14, 2024
1 parent 4f18fe7 commit 0039d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/dice.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const rand = promisify(randomInt);
export const module_url = import.meta.url;
export const data = new SlashCommandBuilder()
.setName('dice')
.setDescription('擲一個N面骰')
.setDescription('擲一個N面骰(預設值為20)')
.addIntegerOption(option => option.setName('face')
.setDescription('面數')
.setRequired(false)
Expand Down

0 comments on commit 0039d4b

Please sign in to comment.