handle edits and mention
This commit is contained in:
parent
16cb07bfe3
commit
41081400af
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
@ -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…
Reference in a new issue