mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
fix otter
This commit is contained in:
parent
ab34dd1108
commit
9254eb1abf
5 changed files with 22 additions and 9 deletions
|
@ -304,7 +304,7 @@ module.exports.emojipedia = async function(context, emoji){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.garfield = async function(context, emoji){
|
||||
module.exports.garfield = async function(context,){
|
||||
return await request(Api.UTILS_GARFIELD, "GET", {}, {})
|
||||
}
|
||||
|
||||
|
@ -314,6 +314,10 @@ module.exports.inferkit = async function(context, input){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.otter = async function(context){
|
||||
return await request(Api.UTILS_OTTER, "GET", {}, {})
|
||||
}
|
||||
|
||||
module.exports.perspective = async function(context, content = []){
|
||||
return await request(Api.UTILS_PERSPECTIVE, "GET", {}, {
|
||||
input: content.join('\n\n')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue