UNPKG

discord.js-selfbot-v13

Version:

A unofficial discord.js fork for creating selfbots [Based on discord.js v13]

11 lines (10 loc) 304 B
'use strict'; const { Events } = require('../../../util/Constants'); module.exports = (client, packet) => { /** * Emitted whenever delete a call * @event Client#callDelete * @param {Snowflake} channelId DM / Group DM channel ID */ client.emit(Events.CALL_DELETE, packet.d.channel_id); };