mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
fix various emoji-related issues
This commit is contained in:
parent
b1722564db
commit
e44ae18b81
4 changed files with 41 additions and 7 deletions
|
@ -304,10 +304,11 @@ module.exports.dictionary = async function(context, query, language){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.emojipedia = async function(context, emoji){
|
||||
module.exports.emojipedia = async function(context, emoji, codepoint = undefined){
|
||||
return await request(Api.UTILS_EMOJIPEDIA, "GET", {}, {
|
||||
emoji: emoji,
|
||||
with_metadata: ""
|
||||
with_metadata: "",
|
||||
codepoint
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue