discord.js-selfbot-v13/src/client/websocket/handlers/PRESENCE_UPDATE.js

6 lines
107 B
JavaScript
Raw Normal View History

2022-03-19 10:37:45 +00:00
'use strict';
module.exports = (client, packet) => {
client.actions.PresenceUpdate.handle(packet.d);
};