UNPKG
lunar-sb.js
Version:
latest (0.0.2)
0.0.2
0.0.1
A unofficial discord.js fork for creating selfbots [Based on discord.js v13]
shenmue.fr
lunar-sb.js
/
src
/
client
/
websocket
/
handlers
/
AUTO_MODERATION_ACTION_EXECUTION.js
6 lines
(4 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
=
(
client, packet
) =>
{ client.
actions
.
AutoModerationActionExecution
.
handle
(packet.
d
); };