From 1762f85f3a3a7f4a9ef371f3ac89058a80e715bc Mon Sep 17 00:00:00 2001 From: Nutthapat Pongtanyavichai <59821765+Leomotors@users.noreply.github.com> Date: Thu, 19 May 2022 14:34:59 +0700 Subject: [PATCH] Fix command arg --- .github/workflows/{publish.yml => release.yml} | 0 package.json | 2 +- src/commands/salim.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{publish.yml => release.yml} (100%) diff --git a/.github/workflows/publish.yml b/.github/workflows/release.yml similarity index 100% rename from .github/workflows/publish.yml rename to .github/workflows/release.yml diff --git a/package.json b/package.json index 0eb3e2c..d3e3133 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/commands/salim.ts b/src/commands/salim.ts index f65be9c..41a6268 100644 --- a/src/commands/salim.ts +++ b/src/commands/salim.ts @@ -51,7 +51,7 @@ export default class Salim extends CogSlashClass { @SlashCommand( AutoBuilder("เพิ่มประโยค คุ ณ ภ า พ เข้าคลัง").addStringOption( - CocoaOption("quote", "ประโยค คุ ณ ภ า พ ที่ต้องการนำเข้าคลัง") + CocoaOption("quote", "ประโยค คุ ณ ภ า พ ที่ต้องการนำเข้าคลัง", true) ) ) async train(ctx: CommandInteraction) {