From 5ee752b616f13d6a97b5bb05c907b617067c8236 Mon Sep 17 00:00:00 2001 From: kazukazu123123 <50506519+kazukazu123123@users.noreply.github.com> Date: Sun, 27 Aug 2023 23:04:26 +0900 Subject: [PATCH] fix(commands): Fix error message (#731) --- src/commands/join.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/join.ts b/src/commands/join.ts index 705ad734..59329ca4 100644 --- a/src/commands/join.ts +++ b/src/commands/join.ts @@ -35,7 +35,8 @@ export class JoinCommand extends Command { { color: 0xff0000, title: 'エラー', - description: 'VCに参加してからコマンドを実行してください。', + description: + 'このコマンドを実行するには、VCに参加している必要があります。', }, ], ephemeral: true,