File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/commandkit/src/handlers/command-handler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments