Added new events in dbEventInterface.js

This commit is contained in:
ahoZiorce
2018-07-04 22:10:54 +02:00
parent 8f95805b8c
commit 88f7bf237a

View File

@@ -118,11 +118,26 @@ exports.initServer = function initServer(id, cId) {
msg: '',
c: 'f',
},
messageReactionAdd: {
d: true,
msg: '',
c: 'f',
},
messageReactionRemove: {
d: true,
msg: '',
c: 'f',
},
messageUpdate: {
d: true,
msg: '',
c: 'f',
},
presenceUpdate: {
d: true,
msg: '',
c: 'f',
},
},
};
return put(id, deflateObj(obj));