SwitchbladeBot / invidget

SVG invite widgets that look just like the ones on the Discord client!
http://invidget.switchblade.xyz/
MIT License
114 stars 22 forks source link

Display the acronym when a server has no icon #15

Open pedrofracassi opened 4 years ago

pedrofracassi commented 4 years ago

Discord displays a text acronym for invites without icons, and we shoud mimic that behavior.

Discord

image

invidget

image

Doges commented 4 years ago

k, what we can use?

pedrofracassi commented 4 years ago

discord.js has a function that turns a guild name into an acronym. It should work just fine. It'd then be a matter of resizing it correctly to fit the square and rendering it there.