1
0
Fork 0

handle edits and mention

akairo
loicbersier 6 years ago
parent 16cb07bfe3
commit 41081400af

@ -4,6 +4,8 @@ const { token, prefix, ownerID, statsChannel } = require('./config.json');
const client = new AkairoClient({ const client = new AkairoClient({
ownerID: ownerID, ownerID: ownerID,
prefix: prefix, prefix: prefix,
allowMention: true,
handleEdits: true,
emitters: { emitters: {
process process
}, },

Loading…
Cancel
Save