detailed emoji info

This commit is contained in:
derpystuff 2024-03-25 22:47:18 +01:00
parent 939fef9b33
commit 98d251b994
5 changed files with 304 additions and 20 deletions

View file

@ -306,7 +306,8 @@ module.exports.dictionary = async function(context, query, language){
module.exports.emojipedia = async function(context, emoji){
return await request(Api.UTILS_EMOJIPEDIA, "GET", {}, {
emoji: emoji
emoji: emoji,
with_metadata: ""
})
}