summaryrefslogtreecommitdiff
path: root/node_modules/discord.js/src/client/websocket/handlers/PRESENCE_UPDATE.js
blob: bde36297d9a06d5ec697751c552c26243251ff47 (plain) (blame)
1
2
3
4
5
'use strict';

module.exports = (client, packet) => {
  client.actions.PresenceUpdate.handle(packet.d);
};