UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

8 lines (7 loc) 272 B
module.exports = async (bot, sticker) => { const guild = bot.guilds.get(sticker.guild_id) const sticker2 = guild.stickers.get(sticker.id) guild.stickers._delete(sticker.id) bot.emit(name(), bot, sticker2) } function name(){ return "GUILD_STICKER_DELETE" }