Skip to content

Commit 658791a

Browse files
committed
fix: command warnings gramatical error
1 parent 3d6522e commit 658791a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/commandkit/src/handlers/command-handler/CommandHandler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class CommandHandler {
3434
if (devOnlyCommands.length && !this.#data.devGuildIds.length) {
3535
console.log(
3636
colors.yellow(
37-
'ℹ️ Warning: You have commands marked as "devOnly" but "devGuildIds" has not been set.',
37+
'ℹ️ Warning: You have commands marked as "devOnly", but "devGuildIds" have not been set.',
3838
),
3939
);
4040
}
@@ -46,7 +46,7 @@ export class CommandHandler {
4646
) {
4747
console.log(
4848
colors.yellow(
49-
'ℹ️ Warning: You have commands marked as "devOnly" but not "devUserIds" or "devRoleIds" were set.',
49+
'ℹ️ Warning: You have commands marked as "devOnly", but "devUserIds" or "devRoleIds" have not been set.',
5050
),
5151
);
5252
}

0 commit comments

Comments
 (0)