UNPKG

@kamkam1_0/discord.js

Version:

Allows you to fully interact with discord's apis

7 lines (6 loc) 236 B
module.exports = async (bot, sticker) => { const guild = bot.guilds.get(sticker.guild_id) guild.stickers._add(sticker) bot.emit(name(), bot, guild.stickers.get(sticker.id)) } function name(){ return "GUILD_STICKER_CREATE" }