[rm] playing risu easteragg
This commit is contained in:
@@ -17,13 +17,6 @@ async function createBotFromWebMain(prompt:string):Promise<{ ok: false; data:str
|
|||||||
usp.append("q","fandom " + prompt)
|
usp.append("q","fandom " + prompt)
|
||||||
|
|
||||||
|
|
||||||
if(prompt.toLocaleLowerCase().includes('risu') && (!prompt.toLocaleLowerCase().includes('arisu'))){
|
|
||||||
return {
|
|
||||||
ok: false,
|
|
||||||
data: "You are playing Risu now"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const bd = await globalFetch("https://lite.duckduckgo.com/lite/", {
|
const bd = await globalFetch("https://lite.duckduckgo.com/lite/", {
|
||||||
body: usp,
|
body: usp,
|
||||||
rawResponse: true,
|
rawResponse: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user