Files
discord.js-selfbot/src/client/websocket/handlers/INVITE_DELETE.js

6 lines
105 B
JavaScript
Raw Normal View History

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