mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 12:11:11 +00:00
Webpack build for branch master: 1897b4f4d6
This commit is contained in:
parent
6bc9ad481d
commit
c8752a0e84
1 changed files with 22 additions and 22 deletions
|
|
@ -22758,34 +22758,34 @@ module.exports = MessageDeleteBulkHandler;
|
||||||
/* 154 */
|
/* 154 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
const AbstractHandler = __webpack_require__(1);
|
const AbstractHandler = __webpack_require__(1);
|
||||||
|
|
||||||
class MessageReactionAddHandler extends AbstractHandler {
|
class MessageReactionAddHandler extends AbstractHandler {
|
||||||
handle(packet) {
|
handle(packet) {
|
||||||
const client = this.packetManager.client;
|
const client = this.packetManager.client;
|
||||||
const data = packet.d;
|
const data = packet.d;
|
||||||
client.actions.MessageReactionAdd.handle(data);
|
client.actions.MessageReactionAdd.handle(data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = MessageReactionAddHandler;
|
module.exports = MessageReactionAddHandler;
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 155 */
|
/* 155 */
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
/***/ (function(module, exports, __webpack_require__) {
|
||||||
|
|
||||||
const AbstractHandler = __webpack_require__(1);
|
const AbstractHandler = __webpack_require__(1);
|
||||||
|
|
||||||
class MessageReactionRemove extends AbstractHandler {
|
class MessageReactionRemove extends AbstractHandler {
|
||||||
handle(packet) {
|
handle(packet) {
|
||||||
const client = this.packetManager.client;
|
const client = this.packetManager.client;
|
||||||
const data = packet.d;
|
const data = packet.d;
|
||||||
client.actions.MessageReactionRemove.handle(data);
|
client.actions.MessageReactionRemove.handle(data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = MessageReactionRemove;
|
module.exports = MessageReactionRemove;
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue