Skip to content

Commit 42feff6

Browse files
fix: wording in the restart command error messages
Signed-off-by: Ar Rakin <[email protected]>
1 parent 3e9d465 commit 42feff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/typescript/commands/settings/RestartCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class RestartCommand extends Command {
145145
) {
146146
await context.error(
147147
"Please enter the credential server 2FA code to restart the bot" +
148-
(context.isLegacy() ? " using the slash command" : "") +
148+
(context.isLegacy() ? ", by using the slash command" : "") +
149149
"!"
150150
);
151151

0 commit comments

Comments
 (0)