mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
funny cat
This commit is contained in:
parent
a7a3b90b51
commit
2b96a3d231
3 changed files with 43 additions and 0 deletions
|
@ -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