Update CustomQuoter.plugin.js

This commit is contained in:
Mirco Wittrien 2020-11-20 09:55:15 +01:00
parent 32372a90ab
commit e4854a18c3
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ module.exports = (_ => {
BDFDB.NotificationUtils.toast("Quote has been copied to clipboard", {type: "success"});
}
else BDFDB.LibraryModules.MessageManageUtils.quoteMessage(channel, message);
//function(e,t){var n=(0,h.createQuotedText)(t,e);v.ComponentDispatch.dispatchToLastSubscribed(E.ComponentActions.INSERT_QUOTE_TEXT,{text:n}),p.default.track(E.AnalyticEvents.REPLY_STARTED,{channel_id:e.id,author_id:t.author.id})}
}
parseQuote (message, channel, choice = format) {