mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
funny cat
This commit is contained in:
parent
a7a3b90b51
commit
2b96a3d231
3 changed files with 43 additions and 0 deletions
|
@ -51,6 +51,7 @@ const Api = Object.freeze({
|
|||
TTS_TIKTOK: '/tts/tiktok',
|
||||
|
||||
UTILS_EMOJIPEDIA: '/utils/emojipedia',
|
||||
UTILS_GARFIELD: '/utils/garfield',
|
||||
UTILS_INFERKIT: '/utils/inferkit',
|
||||
UTILS_MAPKIT: '/utils/mapkit',
|
||||
UTILS_PERSPECTIVE: '/utils/perspective',
|
||||
|
|
|
@ -296,6 +296,10 @@ module.exports.emojipedia = async function(context, emoji){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.garfield = async function(context, emoji){
|
||||
return await request(Api.UTILS_GARFIELD, "GET", {}, {})
|
||||
}
|
||||
|
||||
module.exports.inferkit = async function(context, input){
|
||||
return await request(Api.UTILS_INFERKIT, "GET", {}, {
|
||||
input: input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue