mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
detailed emoji info
This commit is contained in:
parent
939fef9b33
commit
98d251b994
5 changed files with 304 additions and 20 deletions
|
@ -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: ""
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue