We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6522e commit 658791aCopy full SHA for 658791a
packages/commandkit/src/handlers/command-handler/CommandHandler.ts
@@ -34,7 +34,7 @@ export class CommandHandler {
34
if (devOnlyCommands.length && !this.#data.devGuildIds.length) {
35
console.log(
36
colors.yellow(
37
- 'ℹ️ Warning: You have commands marked as "devOnly" but "devGuildIds" has not been set.',
+ 'ℹ️ Warning: You have commands marked as "devOnly", but "devGuildIds" have not been set.',
38
),
39
);
40
}
@@ -46,7 +46,7 @@ export class CommandHandler {
46
) {
47
48
49
- 'ℹ️ Warning: You have commands marked as "devOnly" but not "devUserIds" or "devRoleIds" were set.',
+ 'ℹ️ Warning: You have commands marked as "devOnly", but "devUserIds" or "devRoleIds" have not been set.',
50
51
52
0 commit comments