Paillat

Results 262 comments of Paillat

Does the lib actually work in `3.13`? I believe some issues with voice need to be fixed first. Either #2176 is merged or `audioop-lts~=0.2.1` is added to req.

Pr should also update `README.rst` here: https://github.com/Pycord-Development/pycord/blob/0f1a079836ccad8d7e1db917f9066414220def79/README.rst#L34

Can work on this if someone tells me what is the preferred way of handling it.

@Lumabots What concerns me is that the emoji lib does not necessarily always include all of discord's nomenclature for markdown emojis. Notably, see [this](https://www.reddit.com/r/discordbots/comments/14ubnso/resource_for_full_list_of_global_discord_emojis/) and [this](https://www.reddit.com/r/discordapp/comments/k1c4rl/where_to_find_full_unicode_to_mark_up_emoji_list/) reddit threads. Also, if...

@Lumabots dmed you on discord a huge json from discord with all the emojis. Maybe it can be helpful to you in some way ? Specifically the `nameToEmoji` and `emoji`...

To be honest I agree that adding a dependency is not a good idea. To be clear, while this issue made me create that lib, I did not create it...

@Lumabots cor security reasons it is not possible to have it download at startup. Instead, you would need to download the file and store it next to the python code...

If the issue is updating the blob I can handle that every 6 months when it's needed, ~~and if the issue is the size, maybe @Lumabots try preprocessing the json...

![Screenshot_2025-05-25-16-36-27-594_com.discord.png](https://github.com/user-attachments/assets/15cf6844-2b5d-4540-9a58-9be16c844e65)

@Lumabots The emoji json was updated, do you mind re-creating it with the updated data ? Also if you're using a script to convert the json feel free to send...