Skip to content

Commit

Permalink
Update command description
Browse files Browse the repository at this point in the history
  • Loading branch information
s25g5d4 committed Apr 10, 2022
1 parent 00622f8 commit 0f4e217
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/scripts/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export const commands = [
.addStringOption((option) =>
option
.setName("cards")
.setDescription("卡片倍率 (以 , 分開,範例:130,110,110,100,100)")
.setDescription(
"卡片倍率 (以 , 或空格分開,範例:130,110,110,100,100)"
)
.setRequired(true)
)
.addNumberOption((option) =>
Expand Down Expand Up @@ -116,7 +118,7 @@ export const commands = [
.addStringOption((option) =>
option
.setName("cards")
.setDescription("卡片倍率 (以 , 分開,範例:130,110,110,100,100)")
.setDescription("卡片倍率 (以 , 或空格分開,範例:130,110,110,100,100)")
.setRequired(true)
),
].map((command) => command.toJSON());

0 comments on commit 0f4e217

Please sign in to comment.