JackDotJS / OptiBot

(DISCONTINUED) The original Discord bot for OptiFine. https://discord.gg/3mMpcwW
1 stars 0 forks source link

!idcode - Identify unicode characters #302

Open JackDotJS opened 2 years ago

JackDotJS commented 2 years ago

I often find myself seeing new unicode characters I've never seen before and I struggle with trying to figure out exactly what their char code is and what their actual name/description is.

This command would simply take the input argument and look up information for each character. This could allow multiple characters and simply use pagination and multiple embeds to display info for each individual character in the input. There should probably be a limit, obviously.

For now, this is simply an idea, and I haven't really done much research into seeing if there's an API for such a thing to make this even possible.

Would this be a useful addition?