Cannot seem to get stickers working with webhook api. #875
-
I am creating a discord bot that uses threads for translating messages. No matter what I try to do with the stickers, I do not get the same effect as if a user was sending and or attaching the sticker. There is an option that you apply within the Webhook.Client.send() method that states it needs to be an array of StickerResolvables. But I've still had no luck. Any help would be greatly appreciated. Here's the snippet of code I have. I also forgot to mention that, if someone just attaches a sticker the server get's an error and says cannot send message with empty content. Anyhow again, thank you to anyone and everyone that takes a jab at this :).
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Execute webhook does not support stickers as per API docs. We can only implement things in discord.js (and write guides for them), if they exist on the API level. |
Beta Was this translation helpful? Give feedback.
Execute webhook does not support stickers as per API docs. We can only implement things in discord.js (and write guides for them), if they exist on the API level.