handle edits and mention

This commit is contained in:
loicbersier 2019-01-01 08:08:47 +01:00
parent 16cb07bfe3
commit 41081400af

View file

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