mirror of
https://git.arson.gg/lilith/discord-bot.git
synced 2025-12-05 03:34:49 +01:00
kys ai
This commit is contained in:
parent
45590a74cb
commit
d159fa4a00
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ const Booru = require("@himeka/booru");
|
|||
|
||||
const boorus = [];
|
||||
for (const site of Object.keys(Booru.sites)) {
|
||||
if (site == "aibooru.online")
|
||||
continue; // fuck off ai
|
||||
|
||||
boorus.push({
|
||||
name: site,
|
||||
value: site
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue