diff --git a/commands/admin/tag.js b/commands/admin/tag.js index dcfcd6b..f6d7bc4 100644 --- a/commands/admin/tag.js +++ b/commands/admin/tag.js @@ -29,6 +29,7 @@ class TagCommand extends Command { } async exec(message, args) { + if (args.trigger == null || args.response == null) return; let trigger = args.trigger; let response = args.response;