const sticker = client.guilds.cache.get('guild_id').stickers.cache.get('sticker_id')
await interaction.reply({
content: str,
ephemeral: false,
stickers: [sticker]
})
const sticker = client.guilds.cache.get('guild_id').stickers.cache.get('sticker_id')
await interaction.reply({
content: str,
ephemeral: false,
stickers: [sticker]
})