UNPKG

discord.js-selfbot-v13-proxy

Version:

A unofficial discord.js-selfbot-v13 fork for creating selfbots with proxy [Based on discord.js v13]

6 lines (4 loc) 116 B
'use strict'; module.exports = (client, packet) => { client.actions.GuildIntegrationsUpdate.handle(packet.d); };