mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
emojis baby
This commit is contained in:
parent
9acb1d5ec5
commit
83e13c81ad
7 changed files with 173 additions and 197 deletions
|
@ -250,6 +250,12 @@ module.exports.voiceforge = async function(context, text, voice){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.emojipedia = async function(context, emoji){
|
||||
return await request(Api.UTILS_EMOJIPEDIA, "GET", {}, {
|
||||
emoji: emoji
|
||||
})
|
||||
}
|
||||
|
||||
module.exports.inferkit = async function(context, input){
|
||||
return await request(Api.UTILS_INFERKIT, "GET", {}, {
|
||||
input: input
|
||||
|
@ -263,10 +269,6 @@ module.exports.screenshot = async function(context, url, nsfw){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.emojiTwitter = async function(codepoint){
|
||||
return Static.HOST + Static.TWITTER(codepoint)
|
||||
}
|
||||
|
||||
module.exports.emojiKitchen = async function(emoji){
|
||||
return await superagent.get("https://tenor.googleapis.com/v2/featured").query({
|
||||
key: process.env.GOOGLE_TENOR_KEY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue