From 48a184976f30b75fdcfb19072d4518eea7f07084 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Mon, 23 Nov 2020 21:19:25 +0100 Subject: [PATCH] Update CustomQuoter.plugin.js --- Plugins/CustomQuoter/CustomQuoter.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/CustomQuoter/CustomQuoter.plugin.js b/Plugins/CustomQuoter/CustomQuoter.plugin.js index 5d36f3dd29..68190cfd29 100644 --- a/Plugins/CustomQuoter/CustomQuoter.plugin.js +++ b/Plugins/CustomQuoter/CustomQuoter.plugin.js @@ -14,12 +14,12 @@ module.exports = (_ => { "info": { "name": "CustomQuoter", "author": "DevilBro", - "version": "1.1.9", + "version": "1.2.0", "description": "Customize the output of the native quote feature of Discord" }, "changeLog": { "fixed": { - "Reply Feature": "Now adds the quote button in the message context menu if the reply feature replaced the quote feature" + "New Settings Menu": "Fixed for new settings menu" } } };