Steal command for stickers !!
If it is an animated sticker, then it is not working.
25 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!├─┬ [email protected]
│ └── [email protected] deduped
└── [email protected]
and node -v
v20.14.0
define "not working"
we need more than just that to help
If I try to steal an animated sticker, the bot uploads the sticker, but it doesn't remain animated and instead becomes static.
can you show your code
@Amgelo
check this code
i gave another code by mistake
then tell me how to solve
so is this code is now correct for both emoji and sticker check and tell me
@Qjuh
what ?
no
My bot cannot fetch emojis and stickers only gif but in static it works good and also upload to the server
@Qjuh bro plz help...
(this is v13 where it apparently does take 3 separate params)
this wont work ??
so what can i do so that i can fix my issue
before answering this, what format is the sticker in?
if i use the command in a static sticker then bot didnt reply but if i use for an animated sticker bot is replying but uploading the animated sticker to static sticker
I meant between apng and lottie
lottie
@duck
I can't seem to find the previous issue I was thinking of, but iirc there was some issue relating to how discord handles lottie stickers
but since I can't find it and I'm not fully sure if it's still around, could you try manually reuploading the sticker just to test?
ok
@duck can you tell me how can i solve this error
well the error seems straightforward, but on the assumption this is a follow up to manually reuploading the sticker, I meant manually uploading it through your discord client (not through the bot)
ok done
it has upload
so now what ?
and was it animated?
or did it encounter the same issue?
animated
by uploading it manually it is animated
then frankly I'm not really sure
unlike with other assets, stickers are restricted to one specific file type based on format, so there wouldn't be any mixup with what extension is being returned
djs doesn't transform the data in any way, so especially if there were no issues reuploading it manually, there shouldn't be any issues there