Skip to content

Tag: discord.js

How do I send a sticker in Discord.js

I can’t figure out how to send a sticker in discord.js. Here is my code (ids removed): And when trying that I get this error: But if I just try stickers: client.guilds.cache.get(‘guild id’).stickers.cache it works but instead sends every sticker in the server Does anyone know what this error…

discord.js “TypeError: fn is not a function”

So I started getting this “TypeError: fn is not a function” after I added the if-else statement to the code Thats the code I have and my error is Thank you to anyone that is able to help me find a fix for this. Answer It’s because .some() accepts a callback function only but notverified is a…