Is there any feasible way to create playerRank cards with animated subtext and animated borders?
I tried creating a bot that takes a background.gif and tries overlaying text on top of it, but it always outputs as a png. The output.gif is what it's called but when it shows up in the channel as a message, it fails to load.
I tried using CanvaCord, but it has a lot of limitations so I figured I'd create my own library, but got stuck. Just wondering if there's any feasible way to overlay text from a database onto a .gif file and then output it to a channel, or if I should have a playerRank.png file and overlay transparent gifs on top of it, along with a text overlay, based on user data in the database. currently using SQL3.
9 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!
- ✅
Marked as resolved by staffUnknown User•3mo ago
Message Not Public
Sign In & Join Server To View
What language should I go with to make this possible?
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
Sorry im new to coding.
it all starts with a dream.
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
So there isn't a way to overlay text onto a gif?
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
alright will do, thank you for your help.