From 2cf6d9543be8bac9a44c96ccd45e6ab5c4781f1a Mon Sep 17 00:00:00 2001 From: Supositware Date: Fri, 8 Feb 2019 19:06:12 +0100 Subject: [PATCH] Don't need quote anymore --- commands/admin/tag.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/admin/tag.js b/commands/admin/tag.js index bc6889e..2843e38 100644 --- a/commands/admin/tag.js +++ b/commands/admin/tag.js @@ -15,7 +15,8 @@ class TagCommand extends Command { }, { id: 'response', - type: 'string' + type: 'string', + match: 'rest' } ], channelRestriction: 'guild',