Skip to content

Commit

Permalink
fix(commands): Fix error message (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazukazu123123 authored Aug 27, 2023
1 parent 05dba6b commit 5ee752b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/join.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export class JoinCommand extends Command {
{
color: 0xff0000,
title: 'エラー',
description: 'VCに参加してからコマンドを実行してください。',
description:
'このコマンドを実行するには、VCに参加している必要があります。',
},
],
ephemeral: true,
Expand Down

0 comments on commit 5ee752b

Please sign in to comment.