From 41081400af09039f4014b1c18d90c9cc441c0ba1 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 1 Jan 2019 08:08:47 +0100 Subject: [PATCH] handle edits and mention --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 0134f6ef..c4c4e9aa 100644 --- a/index.js +++ b/index.js @@ -4,6 +4,8 @@ const { token, prefix, ownerID, statsChannel } = require('./config.json'); const client = new AkairoClient({ ownerID: ownerID, prefix: prefix, + allowMention: true, + handleEdits: true, emitters: { process },