rayzchen / pyeod

An implementation of CaryKH's elemental 3 in python for a discord bot
https://discord.gg/pvvZe7Pu8r
MIT License
3 stars 2 forks source link

Add ability for channel/thread links to be elements #72

Closed kylepokorski closed 8 months ago

kylepokorski commented 8 months ago

It allows the creation of more interesting elements.

srimpsrimp commented 8 months ago

this also applies to emojis, why can't emojis be put in elements?

Cheesy-Brik commented 8 months ago

Discord has internal custom unicode formatting for emotes and discord links. This means that you can't even copy and paste as you have to use the actual discord character. For emotes this means you must have discord nitro for off server emotes, and for channels, if a private channel is referenced and you do not have access to it, a seperate discord character will be outputed meaning you cannot access the element. While technically you could access these elements by id this would get annoying fast and it's not worth dealing with all the baggage discord's fucked up characters come with. Tldr: Problem with discord, not us.