Skip to content

Commit

Permalink
Fix command arg
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed May 19, 2022
1 parent db093f6 commit 1762f85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salim-bot",
"version": "4.0.1170",
"version": "4.0.1171",
"description": "This bot is Salim. Whenever you trigger it, It become mad.",
"type": "module",
"main": "dist/bot.js",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/salim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class Salim extends CogSlashClass {

@SlashCommand(
AutoBuilder("เพิ่มประโยค คุ ณ ภ า พ เข้าคลัง").addStringOption(
CocoaOption("quote", "ประโยค คุ ณ ภ า พ ที่ต้องการนำเข้าคลัง")
CocoaOption("quote", "ประโยค คุ ณ ภ า พ ที่ต้องการนำเข้าคลัง", true)
)
)
async train(ctx: CommandInteraction) {
Expand Down

0 comments on commit 1762f85

Please sign in to comment.