aoijs / aoi.js

aoi.js - The most advanced string-based package to create a Discord Bot fast and powerful.
https://aoi.js.org
Apache License 2.0
332 stars 132 forks source link

Return of $emoji function. #574

Closed Mody-0 closed 5 months ago

Mody-0 commented 5 months ago

Featuring Type

Function

So, what is it about?

At some point this function did exist and I had it on some old code and it's usage was like.. $emoji[EmojiHere;url] or $emoji[EmojiHere;name].. etc now in the current versions this function disappeared, but it was kinda helpful so can we get it back?

Code of Conduct

Faf4a commented 5 months ago

Hello, I actually added $emojiUrl recently, unsure if the function is needed anymore!

Mody-0 commented 5 months ago

$emoji function had more usages than just converting an emoji to a url, it could also get the id, name and everything else associated with emojis so it didn't just get an emoji url.

Faf4a commented 5 months ago

I'm pretty sure we have all those functions though.

$resolveEmojiID $emojiURL

Except maybe name.

Mody-0 commented 5 months ago

kinda need the name thing too tho