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 },