mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
lol
This commit is contained in:
parent
11c3e561e9
commit
36f750fd11
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ module.exports = function (app, config, renderTemplate) {
|
|||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if(query == "drake") {
|
||||
query = "is drake a pedophile?"
|
||||
}
|
||||
}
|
||||
|
||||
if (query && query.startsWith("!") && query.length > 2) {
|
||||
|
|
Loading…
Reference in a new issue