Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animated Stickers Not Send #29

Open
ElG7dod opened this issue Jan 16, 2023 · 13 comments
Open

Animated Stickers Not Send #29

ElG7dod opened this issue Jan 16, 2023 · 13 comments

Comments

@ElG7dod
Copy link

ElG7dod commented Jan 16, 2023

Describe the bug
When Try to Send Animated Sticker, It Appear Sent But not Actually sent to conversation and visible only to me as a real sticker.

To Reproduce
Send Animated Sticker.

Steps to reproduce the behavior:

  1. Go to 'Stickers Menu'
  2. Click on 'Animated Sticker'

Expected behavior
Sticker to Be Sent to Conversation As GIF.

Screenshots
Screenshot

Client:

  • Discord Build Channel [Release]
  • Plugin Version [1.4.0]
  • BD Version Core v1.8.4

Additional context
I Tried To Close all Plugins and keep only this plugin open and nothing work, and nothing appear in console when send sticker.

@FerLuisxd
Copy link

Same for me

@rastafaa
Copy link

Yeah doesn't work currently

@Alex-Paras
Copy link

same

@ArjhanToteck
Copy link

ArjhanToteck commented Feb 12, 2023

The gifs it renders seem to only loop once and not upload to discord correctly.

I tried opening them on photoshop and it says the file is invalid.

The render process seems to corrupt the gif somehow.

@VincentX0905
Copy link

same

@FerLuisxd
Copy link

I'm sad

@SkinChangerGD
Copy link

fix when

@ZorkIsEmo
Copy link

hey may of 2023 still not fixed

@LavenderAndChamomile
Copy link

They send for me then they disappear so the other person doesn't see them.

@Et3rnos
Copy link

Et3rnos commented Jun 23, 2023

I've been experimenting a bit with the plugin and I've found a way to send animated stickers, although they will be added as attachments to the current message, so you need to press Enter afterwards.

image

Here is the fixed plugin:
https://gist.github.com/Et3rnos/b484cc59500638024031a2e677085271

Basically the FileUploader.upload function was broken (presumably because of a discord update) so I used MessageAttachmentManager.addFiles instead.

I'm not creating a pull request because I feel like there are better ways to support animated stickers without using attachments.

@SkinChangerGD
Copy link

I've been experimenting a bit with the plugin and I've found a way to send animated stickers, although they will be added as attachments to the current message, so you need to press Enter afterwards.

image

Here is the fixed plugin: https://gist.github.com/Et3rnos/b484cc59500638024031a2e677085271

Basically the FileUploader.upload function was broken (presumably because of a discord update) so I used MessageAttachmentManager.addFiles instead.

I'm not creating a pull request because I feel like there are better ways to support animated stickers without using attachments.

thank you so much!

@ArjhanToteck
Copy link

I've been experimenting a bit with the plugin and I've found a way to send animated stickers, although they will be added as attachments to the current message, so you need to press Enter afterwards.

image

Here is the fixed plugin:
https://gist.github.com/Et3rnos/b484cc59500638024031a2e677085271

Basically the FileUploader.upload function was broken (presumably because of a discord update) so I used MessageAttachmentManager.addFiles instead.

I'm not creating a pull request because I feel like there are better ways to support animated stickers without using attachments.

you should make a pull request

@Et3rnos
Copy link

Et3rnos commented Jun 23, 2023

I've been experimenting a bit with the plugin and I've found a way to send animated stickers, although they will be added as attachments to the current message, so you need to press Enter afterwards.
image
Here is the fixed plugin:
https://gist.github.com/Et3rnos/b484cc59500638024031a2e677085271
Basically the FileUploader.upload function was broken (presumably because of a discord update) so I used MessageAttachmentManager.addFiles instead.
I'm not creating a pull request because I feel like there are better ways to support animated stickers without using attachments.

you should make a pull request

Okay then, here it is: #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants