GUILD_DELETE.js (104B)
1 'use strict'; 2 3 module.exports = (client, packet) => { 4 client.actions.GuildDelete.handle(packet.d); 5 };