mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 23:23:08 -04:00
update quora command to allow for more questions
This commit is contained in:
parent
94bee05892
commit
2b618e536e
5 changed files with 100 additions and 7 deletions
|
@ -124,6 +124,12 @@ module.exports.quora = async function(context, query){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.quoraResult = async function(context, reference){
|
||||
return await request(Api.SEARCH_QUORA_RESULT, "GET", {}, {
|
||||
ref: reference
|
||||
})
|
||||
}
|
||||
|
||||
module.exports.reddit = async function(context, query, nsfw = false){
|
||||
return await request(Api.SEARCH_REDDIT, "GET", {}, {
|
||||
q: query,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue