forked from Supositware/Haha-Yes
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({
|
||||
ownerID: ownerID,
|
||||
prefix: prefix,
|
||||
allowMention: true,
|
||||
handleEdits: true,
|
||||
emitters: {
|
||||
process
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue