├── .dockerignore ├── .gitattributes ├── .github └── dependabot.yml ├── .gitignore ├── .npmignore ├── .npmrc ├── LICENSE ├── dockerfile ├── docs ├── README.md └── index.html ├── module-alias.js ├── package.json ├── railway.json ├── server ├── auth │ ├── Authy.js │ ├── AuthyTable.js │ ├── BloomAuthy.js │ ├── anticall.js │ └── old │ │ ├── Authy.js │ │ └── dbAuth.js ├── backups │ ├── Authy.js │ ├── Database.js │ ├── index.js │ ├── premium.js │ └── remote_authstate.js ├── bin │ ├── omf.sh │ └── setup.sh ├── client │ ├── brain.js │ ├── buttons │ │ ├── handlerror.js │ │ ├── imagebutton.js │ │ └── videobutton.js │ ├── index.js │ ├── mode │ │ ├── Default.js │ │ └── Group.js │ └── purgepg.js ├── commands │ ├── ⚙️System │ │ ├── dashboard.js │ │ ├── git.js │ │ ├── help.js │ │ ├── home.js │ │ └── layout.js │ ├── ⭕YTFilter │ │ ├── ytbassboost.js │ │ ├── ytecho.js │ │ ├── ytflanger.js │ │ ├── ytnightcore.js │ │ ├── ytpanning.js │ │ ├── ytphaser.js │ │ ├── ytreverse.js │ │ ├── ytslow.js │ │ ├── ytspeed.js │ │ ├── ytsubboost.js │ │ ├── ytsuperslow.js │ │ ├── ytsuperspeed.js │ │ ├── ytsurround.js │ │ ├── ytvaporwave.js │ │ └── ytvibrato.js │ ├── 🍁Owner │ │ ├── anticall.js │ │ ├── ban.js │ │ ├── broadcast.js │ │ ├── join.js │ │ ├── leave.js │ │ ├── reboot.js │ │ ├── rules.js │ │ ├── support.js │ │ ├── unban.js │ │ └── verify.js │ ├── 🍑Hentai │ │ ├── ass.js │ │ ├── bdsm.js │ │ ├── blowjob.js │ │ ├── cum.js │ │ ├── doujin.js │ │ ├── feet.js │ │ ├── femdom.js │ │ ├── hentai.js │ │ ├── maid.js │ │ ├── masturbation.js │ │ ├── netorare.js │ │ ├── orgy.js │ │ ├── panties.js │ │ ├── pussy.js │ │ ├── school.js │ │ ├── succubus.js │ │ ├── tentacles.js │ │ ├── thighs.js │ │ ├── uglyBastard.js │ │ ├── uniform.js │ │ └── yuri.js │ ├── 🐉Emotions │ │ ├── bite.js │ │ ├── bonk.js │ │ ├── bored.js │ │ ├── confused.js │ │ ├── cry.js │ │ ├── cuddle.js │ │ ├── dance.js │ │ ├── happy.js │ │ ├── highfive.js │ │ ├── hug.js │ │ ├── kick.js │ │ ├── kill.js │ │ ├── kiss.js │ │ ├── nervous.js │ │ ├── pat.js │ │ ├── punch.js │ │ ├── sad.js │ │ ├── scream.js │ │ ├── slap.js │ │ ├── smile.js │ │ ├── stare.js │ │ ├── thinking.js │ │ ├── wave.js │ │ ├── wink.js │ │ ├── yeet.js │ │ └── yes.js │ ├── 👅NSFW │ │ ├── 4k.js │ │ ├── bimbofetish.js │ │ ├── blowjobs.js │ │ ├── bonermaterial.js │ │ ├── breedingmaterial.js │ │ ├── canthold.js │ │ ├── christiangirls.js │ │ ├── cum.js │ │ ├── cumslut.js │ │ ├── dirtygaming.js │ │ ├── distension.js │ │ ├── exxxtras.js │ │ ├── femalepov.js │ │ ├── gifsofremoval.js │ │ ├── hotstuffnsfw.js │ │ ├── iwanttofuckher.js │ │ ├── justhotwomen.js │ │ ├── lactating.js │ │ ├── milf.js │ │ ├── milk.js │ │ ├── milking.js │ │ ├── nostalgiafapping.js │ │ ├── nsfw.js │ │ ├── nsfw2.js │ │ ├── nsfw411.js │ │ ├── nudes.js │ │ ├── omgbeckylookathiscock.js │ │ ├── pussy.js │ │ ├── realgirls.js │ │ ├── sexybutnotporn.js │ │ ├── sexygirls.js │ │ ├── slut.js │ │ ├── stripgirls.js │ │ ├── toocuteforporn.js │ │ ├── truefmk.js │ │ └── uncommonposes.js │ ├── 💗Commands │ │ ├── audiofilterlist.js │ │ ├── conversionlist.js │ │ ├── downloadlist.js │ │ ├── emotionslist.js │ │ ├── gameslist.js │ │ ├── grouplist.js │ │ ├── hentailist.js │ │ ├── nsfwlist.js │ │ ├── ownerlist.js │ │ ├── photolist.js │ │ ├── searchlist.js │ │ └── ytfilterlist.js │ ├── 💰Games │ │ ├── balance.js │ │ ├── buy.js │ │ ├── daily.js │ │ ├── fish.js │ │ ├── gamble.js │ │ ├── inv.js │ │ ├── pay.js │ │ ├── rob.js │ │ ├── store.js │ │ ├── work.js │ │ └── zoo.js │ ├── 📢aFilter │ │ ├── bassboost.js │ │ ├── echo.js │ │ ├── flanger.js │ │ ├── nightcore.js │ │ ├── panning.js │ │ ├── phaser.js │ │ ├── reverse.js │ │ ├── slow.js │ │ ├── speed.js │ │ ├── subboost.js │ │ ├── superslow.js │ │ ├── superspeed.js │ │ ├── surround.js │ │ ├── vaporwave.js │ │ └── vibrato.js │ ├── 📥Downloader │ │ ├── ytaudio.js │ │ └── ytaudio2.js │ ├── 📼Conversion │ │ ├── carbon.js │ │ ├── ship.js │ │ ├── sticker.js │ │ ├── tinyurl.js │ │ ├── toimg.js │ │ ├── tourl.js │ │ └── tts.js │ ├── 🔎Searches │ │ ├── advice.js │ │ ├── anime.js │ │ ├── chordlist.js │ │ ├── fact.js │ │ ├── getChord.js │ │ ├── gify.js │ │ ├── google.js │ │ ├── instagram.js │ │ ├── joke.js │ │ ├── lyrics.js │ │ ├── manga.js │ │ ├── meme.js │ │ ├── pokedex.js │ │ ├── quote.js │ │ ├── reddit.js │ │ └── ytsearch.js │ ├── 🔰Group │ │ ├── allownsfw.js │ │ ├── antilink.js │ │ ├── delete.js │ │ ├── demote.js │ │ ├── group.js │ │ ├── mention.js │ │ ├── promote.js │ │ ├── remove.js │ │ ├── setdesc.js │ │ └── seticon.js │ └── 🖼️Photogenic │ │ ├── pinterest.js │ │ ├── unsplash.js │ │ └── wallpaper.js ├── config │ ├── dbdata.js │ └── index.js ├── database │ ├── json │ │ ├── animals.json │ │ ├── dare.json │ │ ├── fishes.json │ │ ├── railway.json │ │ ├── truth.json │ │ └── works.json │ └── mongo │ │ ├── ServerDB.js │ │ ├── anticall.js │ │ ├── antilink.js │ │ ├── autorank.js │ │ ├── badge.js │ │ ├── ban.js │ │ ├── cooldown.js │ │ ├── dashboard.js │ │ ├── debug.js │ │ ├── economy.js │ │ ├── experience.js │ │ ├── gamble.js │ │ ├── halt.js │ │ ├── nsfw.js │ │ ├── pokemon.js │ │ ├── premium.js │ │ ├── private.js │ │ ├── robbery.js │ │ ├── setwelcome.js │ │ ├── vimium.js │ │ ├── warning.js │ │ └── zoo.js ├── events │ ├── cb_call.js │ ├── connection_update.js │ ├── contacts_update.js │ ├── creds_update.js │ ├── group_participants_update.js │ └── messages_upsert.js ├── lib │ ├── bloomHive.js │ ├── contents.js │ ├── convr.js │ ├── dashboards.js │ ├── library.js │ ├── magfetch.js │ ├── math.js │ ├── msgFilter.js │ ├── nhentaidl.js │ ├── pfmpeg.js │ ├── router.js │ ├── scraper.js │ ├── symlink.js │ └── uploader.js ├── log │ └── index.js ├── public │ ├── Maintenance.mp4 │ ├── bloom │ │ ├── bloomer1.png │ │ ├── bloomer2.png │ │ ├── bloomer3.png │ │ └── bloomer4.png │ └── mention.png ├── python │ ├── __init__.py │ ├── __main__.py │ ├── __pycache__ │ │ └── __main__.cpython-39.pyc │ └── requirements.txt ├── temp │ └── 🦄SFW │ │ ├── sawoo.js │ │ ├── sbite.js │ │ ├── sblush.js │ │ ├── sbonk.js │ │ ├── sbully.js │ │ ├── scringe.js │ │ ├── scry.js │ │ ├── scuddle.js │ │ ├── sdance.js │ │ ├── sfwlist.js │ │ ├── sglomp.js │ │ ├── shandhold.js │ │ ├── shappy.js │ │ ├── shighfive.js │ │ ├── shug.js │ │ ├── skick.js │ │ ├── skill.js │ │ ├── skiss.js │ │ ├── slick.js │ │ ├── smegumin.js │ │ ├── snom.js │ │ ├── spat.js │ │ ├── spoke.js │ │ ├── sshinobu.js │ │ ├── sslap.js │ │ ├── ssmile.js │ │ ├── ssmug.js │ │ ├── swaifu.js │ │ ├── swave.js │ │ ├── swhats.js │ │ ├── swink.js │ │ └── syeet.js ├── test │ └── index.js └── utils │ ├── YouAuxiliary.js │ ├── antilink.js │ ├── consvar.js │ ├── gitPull.js │ └── replace.js └── yarn.lock /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/.dockerignore -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/.npmignore -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | //.npmrc file 2 | engine-strict = true -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/LICENSE -------------------------------------------------------------------------------- /dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/dockerfile -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/docs/index.html -------------------------------------------------------------------------------- /module-alias.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/module-alias.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/package.json -------------------------------------------------------------------------------- /railway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/railway.json -------------------------------------------------------------------------------- /server/auth/Authy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/auth/Authy.js -------------------------------------------------------------------------------- /server/auth/AuthyTable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/auth/AuthyTable.js -------------------------------------------------------------------------------- /server/auth/BloomAuthy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/auth/BloomAuthy.js -------------------------------------------------------------------------------- /server/auth/anticall.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/auth/anticall.js -------------------------------------------------------------------------------- /server/auth/old/Authy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/auth/old/Authy.js -------------------------------------------------------------------------------- /server/auth/old/dbAuth.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/auth/old/dbAuth.js -------------------------------------------------------------------------------- /server/backups/Authy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/backups/Authy.js -------------------------------------------------------------------------------- /server/backups/Database.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/backups/Database.js -------------------------------------------------------------------------------- /server/backups/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/backups/index.js -------------------------------------------------------------------------------- /server/backups/premium.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/backups/premium.js -------------------------------------------------------------------------------- /server/backups/remote_authstate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/backups/remote_authstate.js -------------------------------------------------------------------------------- /server/bin/omf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/bin/omf.sh -------------------------------------------------------------------------------- /server/bin/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/bin/setup.sh -------------------------------------------------------------------------------- /server/client/brain.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/client/brain.js -------------------------------------------------------------------------------- /server/client/buttons/handlerror.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/client/buttons/handlerror.js -------------------------------------------------------------------------------- /server/client/buttons/imagebutton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/client/buttons/imagebutton.js -------------------------------------------------------------------------------- /server/client/buttons/videobutton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/client/buttons/videobutton.js -------------------------------------------------------------------------------- /server/client/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/client/index.js -------------------------------------------------------------------------------- /server/client/mode/Default.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/client/mode/Default.js -------------------------------------------------------------------------------- /server/client/mode/Group.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/client/mode/Group.js -------------------------------------------------------------------------------- /server/client/purgepg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/client/purgepg.js -------------------------------------------------------------------------------- /server/commands/⚙️System/dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⚙️System/dashboard.js -------------------------------------------------------------------------------- /server/commands/⚙️System/git.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⚙️System/git.js -------------------------------------------------------------------------------- /server/commands/⚙️System/help.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⚙️System/help.js -------------------------------------------------------------------------------- /server/commands/⚙️System/home.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⚙️System/home.js -------------------------------------------------------------------------------- /server/commands/⚙️System/layout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⚙️System/layout.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytbassboost.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytbassboost.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytecho.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytecho.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytflanger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytflanger.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytnightcore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytnightcore.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytpanning.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytpanning.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytphaser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytphaser.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytreverse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytreverse.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytslow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytslow.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytspeed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytspeed.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytsubboost.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytsubboost.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytsuperslow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytsuperslow.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytsuperspeed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytsuperspeed.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytsurround.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytsurround.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytvaporwave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytvaporwave.js -------------------------------------------------------------------------------- /server/commands/⭕YTFilter/ytvibrato.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/⭕YTFilter/ytvibrato.js -------------------------------------------------------------------------------- /server/commands/🍁Owner/anticall.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍁Owner/anticall.js -------------------------------------------------------------------------------- /server/commands/🍁Owner/ban.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍁Owner/ban.js -------------------------------------------------------------------------------- /server/commands/🍁Owner/broadcast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍁Owner/broadcast.js -------------------------------------------------------------------------------- /server/commands/🍁Owner/join.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍁Owner/join.js -------------------------------------------------------------------------------- /server/commands/🍁Owner/leave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍁Owner/leave.js -------------------------------------------------------------------------------- /server/commands/🍁Owner/reboot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍁Owner/reboot.js -------------------------------------------------------------------------------- /server/commands/🍁Owner/rules.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍁Owner/rules.js -------------------------------------------------------------------------------- /server/commands/🍁Owner/support.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍁Owner/support.js -------------------------------------------------------------------------------- /server/commands/🍁Owner/unban.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍁Owner/unban.js -------------------------------------------------------------------------------- /server/commands/🍁Owner/verify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍁Owner/verify.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/ass.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/ass.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/bdsm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/bdsm.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/blowjob.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/blowjob.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/cum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/cum.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/doujin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/doujin.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/feet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/feet.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/femdom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/femdom.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/hentai.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/hentai.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/maid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/maid.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/masturbation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/masturbation.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/netorare.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/netorare.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/orgy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/orgy.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/panties.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/panties.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/pussy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/pussy.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/school.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/school.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/succubus.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/succubus.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/tentacles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/tentacles.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/thighs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/thighs.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/uglyBastard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/uglyBastard.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/uniform.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/uniform.js -------------------------------------------------------------------------------- /server/commands/🍑Hentai/yuri.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🍑Hentai/yuri.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/bite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/bite.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/bonk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/bonk.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/bored.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/bored.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/confused.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/confused.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/cry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/cry.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/cuddle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/cuddle.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/dance.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/dance.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/happy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/happy.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/highfive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/highfive.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/hug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/hug.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/kick.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/kick.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/kill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/kill.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/kiss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/kiss.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/nervous.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/nervous.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/pat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/pat.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/punch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/punch.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/sad.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/sad.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/scream.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/scream.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/slap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/slap.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/smile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/smile.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/stare.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/stare.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/thinking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/thinking.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/wave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/wave.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/wink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/wink.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/yeet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/yeet.js -------------------------------------------------------------------------------- /server/commands/🐉Emotions/yes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🐉Emotions/yes.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/4k.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/4k.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/bimbofetish.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/bimbofetish.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/blowjobs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/blowjobs.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/bonermaterial.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/bonermaterial.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/breedingmaterial.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/breedingmaterial.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/canthold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/canthold.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/christiangirls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/christiangirls.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/cum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/cum.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/cumslut.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/cumslut.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/dirtygaming.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/dirtygaming.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/distension.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/distension.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/exxxtras.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/exxxtras.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/femalepov.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/femalepov.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/gifsofremoval.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/gifsofremoval.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/hotstuffnsfw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/hotstuffnsfw.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/iwanttofuckher.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/iwanttofuckher.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/justhotwomen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/justhotwomen.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/lactating.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/lactating.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/milf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/milf.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/milk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/milk.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/milking.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/milking.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/nostalgiafapping.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/nostalgiafapping.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/nsfw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/nsfw.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/nsfw2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/nsfw2.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/nsfw411.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/nsfw411.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/nudes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/nudes.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/omgbeckylookathiscock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/omgbeckylookathiscock.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/pussy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/pussy.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/realgirls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/realgirls.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/sexybutnotporn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/sexybutnotporn.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/sexygirls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/sexygirls.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/slut.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/slut.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/stripgirls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/stripgirls.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/toocuteforporn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/toocuteforporn.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/truefmk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/truefmk.js -------------------------------------------------------------------------------- /server/commands/👅NSFW/uncommonposes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/👅NSFW/uncommonposes.js -------------------------------------------------------------------------------- /server/commands/💗Commands/audiofilterlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/audiofilterlist.js -------------------------------------------------------------------------------- /server/commands/💗Commands/conversionlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/conversionlist.js -------------------------------------------------------------------------------- /server/commands/💗Commands/downloadlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/downloadlist.js -------------------------------------------------------------------------------- /server/commands/💗Commands/emotionslist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/emotionslist.js -------------------------------------------------------------------------------- /server/commands/💗Commands/gameslist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/gameslist.js -------------------------------------------------------------------------------- /server/commands/💗Commands/grouplist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/grouplist.js -------------------------------------------------------------------------------- /server/commands/💗Commands/hentailist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/hentailist.js -------------------------------------------------------------------------------- /server/commands/💗Commands/nsfwlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/nsfwlist.js -------------------------------------------------------------------------------- /server/commands/💗Commands/ownerlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/ownerlist.js -------------------------------------------------------------------------------- /server/commands/💗Commands/photolist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/photolist.js -------------------------------------------------------------------------------- /server/commands/💗Commands/searchlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/searchlist.js -------------------------------------------------------------------------------- /server/commands/💗Commands/ytfilterlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💗Commands/ytfilterlist.js -------------------------------------------------------------------------------- /server/commands/💰Games/balance.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💰Games/balance.js -------------------------------------------------------------------------------- /server/commands/💰Games/buy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💰Games/buy.js -------------------------------------------------------------------------------- /server/commands/💰Games/daily.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💰Games/daily.js -------------------------------------------------------------------------------- /server/commands/💰Games/fish.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💰Games/fish.js -------------------------------------------------------------------------------- /server/commands/💰Games/gamble.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💰Games/gamble.js -------------------------------------------------------------------------------- /server/commands/💰Games/inv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💰Games/inv.js -------------------------------------------------------------------------------- /server/commands/💰Games/pay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💰Games/pay.js -------------------------------------------------------------------------------- /server/commands/💰Games/rob.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💰Games/rob.js -------------------------------------------------------------------------------- /server/commands/💰Games/store.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💰Games/store.js -------------------------------------------------------------------------------- /server/commands/💰Games/work.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💰Games/work.js -------------------------------------------------------------------------------- /server/commands/💰Games/zoo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/💰Games/zoo.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/bassboost.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/bassboost.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/echo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/echo.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/flanger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/flanger.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/nightcore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/nightcore.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/panning.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/panning.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/phaser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/phaser.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/reverse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/reverse.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/slow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/slow.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/speed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/speed.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/subboost.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/subboost.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/superslow.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/superslow.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/superspeed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/superspeed.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/surround.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/surround.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/vaporwave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/vaporwave.js -------------------------------------------------------------------------------- /server/commands/📢aFilter/vibrato.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📢aFilter/vibrato.js -------------------------------------------------------------------------------- /server/commands/📥Downloader/ytaudio.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📥Downloader/ytaudio.js -------------------------------------------------------------------------------- /server/commands/📥Downloader/ytaudio2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📥Downloader/ytaudio2.js -------------------------------------------------------------------------------- /server/commands/📼Conversion/carbon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📼Conversion/carbon.js -------------------------------------------------------------------------------- /server/commands/📼Conversion/ship.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📼Conversion/ship.js -------------------------------------------------------------------------------- /server/commands/📼Conversion/sticker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📼Conversion/sticker.js -------------------------------------------------------------------------------- /server/commands/📼Conversion/tinyurl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📼Conversion/tinyurl.js -------------------------------------------------------------------------------- /server/commands/📼Conversion/toimg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📼Conversion/toimg.js -------------------------------------------------------------------------------- /server/commands/📼Conversion/tourl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📼Conversion/tourl.js -------------------------------------------------------------------------------- /server/commands/📼Conversion/tts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/📼Conversion/tts.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/advice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/advice.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/anime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/anime.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/chordlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/chordlist.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/fact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/fact.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/getChord.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/getChord.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/gify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/gify.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/google.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/google.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/instagram.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/instagram.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/joke.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/joke.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/lyrics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/lyrics.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/manga.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/manga.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/meme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/meme.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/pokedex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/pokedex.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/quote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/quote.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/reddit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/reddit.js -------------------------------------------------------------------------------- /server/commands/🔎Searches/ytsearch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔎Searches/ytsearch.js -------------------------------------------------------------------------------- /server/commands/🔰Group/allownsfw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔰Group/allownsfw.js -------------------------------------------------------------------------------- /server/commands/🔰Group/antilink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔰Group/antilink.js -------------------------------------------------------------------------------- /server/commands/🔰Group/delete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔰Group/delete.js -------------------------------------------------------------------------------- /server/commands/🔰Group/demote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔰Group/demote.js -------------------------------------------------------------------------------- /server/commands/🔰Group/group.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔰Group/group.js -------------------------------------------------------------------------------- /server/commands/🔰Group/mention.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔰Group/mention.js -------------------------------------------------------------------------------- /server/commands/🔰Group/promote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔰Group/promote.js -------------------------------------------------------------------------------- /server/commands/🔰Group/remove.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔰Group/remove.js -------------------------------------------------------------------------------- /server/commands/🔰Group/setdesc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔰Group/setdesc.js -------------------------------------------------------------------------------- /server/commands/🔰Group/seticon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🔰Group/seticon.js -------------------------------------------------------------------------------- /server/commands/🖼️Photogenic/pinterest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🖼️Photogenic/pinterest.js -------------------------------------------------------------------------------- /server/commands/🖼️Photogenic/unsplash.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🖼️Photogenic/unsplash.js -------------------------------------------------------------------------------- /server/commands/🖼️Photogenic/wallpaper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/commands/🖼️Photogenic/wallpaper.js -------------------------------------------------------------------------------- /server/config/dbdata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/config/dbdata.js -------------------------------------------------------------------------------- /server/config/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/config/index.js -------------------------------------------------------------------------------- /server/database/json/animals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/json/animals.json -------------------------------------------------------------------------------- /server/database/json/dare.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/json/dare.json -------------------------------------------------------------------------------- /server/database/json/fishes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/json/fishes.json -------------------------------------------------------------------------------- /server/database/json/railway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/json/railway.json -------------------------------------------------------------------------------- /server/database/json/truth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/json/truth.json -------------------------------------------------------------------------------- /server/database/json/works.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/json/works.json -------------------------------------------------------------------------------- /server/database/mongo/ServerDB.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/ServerDB.js -------------------------------------------------------------------------------- /server/database/mongo/anticall.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/anticall.js -------------------------------------------------------------------------------- /server/database/mongo/antilink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/antilink.js -------------------------------------------------------------------------------- /server/database/mongo/autorank.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/autorank.js -------------------------------------------------------------------------------- /server/database/mongo/badge.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/badge.js -------------------------------------------------------------------------------- /server/database/mongo/ban.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/ban.js -------------------------------------------------------------------------------- /server/database/mongo/cooldown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/cooldown.js -------------------------------------------------------------------------------- /server/database/mongo/dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/dashboard.js -------------------------------------------------------------------------------- /server/database/mongo/debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/debug.js -------------------------------------------------------------------------------- /server/database/mongo/economy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/economy.js -------------------------------------------------------------------------------- /server/database/mongo/experience.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/experience.js -------------------------------------------------------------------------------- /server/database/mongo/gamble.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/gamble.js -------------------------------------------------------------------------------- /server/database/mongo/halt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/halt.js -------------------------------------------------------------------------------- /server/database/mongo/nsfw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/nsfw.js -------------------------------------------------------------------------------- /server/database/mongo/pokemon.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/pokemon.js -------------------------------------------------------------------------------- /server/database/mongo/premium.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/premium.js -------------------------------------------------------------------------------- /server/database/mongo/private.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/private.js -------------------------------------------------------------------------------- /server/database/mongo/robbery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/robbery.js -------------------------------------------------------------------------------- /server/database/mongo/setwelcome.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/setwelcome.js -------------------------------------------------------------------------------- /server/database/mongo/vimium.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/vimium.js -------------------------------------------------------------------------------- /server/database/mongo/warning.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/warning.js -------------------------------------------------------------------------------- /server/database/mongo/zoo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/database/mongo/zoo.js -------------------------------------------------------------------------------- /server/events/cb_call.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/events/cb_call.js -------------------------------------------------------------------------------- /server/events/connection_update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/events/connection_update.js -------------------------------------------------------------------------------- /server/events/contacts_update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/events/contacts_update.js -------------------------------------------------------------------------------- /server/events/creds_update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/events/creds_update.js -------------------------------------------------------------------------------- /server/events/group_participants_update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/events/group_participants_update.js -------------------------------------------------------------------------------- /server/events/messages_upsert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/events/messages_upsert.js -------------------------------------------------------------------------------- /server/lib/bloomHive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/bloomHive.js -------------------------------------------------------------------------------- /server/lib/contents.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/contents.js -------------------------------------------------------------------------------- /server/lib/convr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/convr.js -------------------------------------------------------------------------------- /server/lib/dashboards.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/dashboards.js -------------------------------------------------------------------------------- /server/lib/library.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/library.js -------------------------------------------------------------------------------- /server/lib/magfetch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/magfetch.js -------------------------------------------------------------------------------- /server/lib/math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/math.js -------------------------------------------------------------------------------- /server/lib/msgFilter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/msgFilter.js -------------------------------------------------------------------------------- /server/lib/nhentaidl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/nhentaidl.js -------------------------------------------------------------------------------- /server/lib/pfmpeg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/pfmpeg.js -------------------------------------------------------------------------------- /server/lib/router.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/router.js -------------------------------------------------------------------------------- /server/lib/scraper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/scraper.js -------------------------------------------------------------------------------- /server/lib/symlink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/symlink.js -------------------------------------------------------------------------------- /server/lib/uploader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/lib/uploader.js -------------------------------------------------------------------------------- /server/log/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/log/index.js -------------------------------------------------------------------------------- /server/public/Maintenance.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/public/Maintenance.mp4 -------------------------------------------------------------------------------- /server/public/bloom/bloomer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/public/bloom/bloomer1.png -------------------------------------------------------------------------------- /server/public/bloom/bloomer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/public/bloom/bloomer2.png -------------------------------------------------------------------------------- /server/public/bloom/bloomer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/public/bloom/bloomer3.png -------------------------------------------------------------------------------- /server/public/bloom/bloomer4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/public/bloom/bloomer4.png -------------------------------------------------------------------------------- /server/public/mention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/public/mention.png -------------------------------------------------------------------------------- /server/python/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /server/python/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/python/__main__.py -------------------------------------------------------------------------------- /server/python/__pycache__/__main__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/python/__pycache__/__main__.cpython-39.pyc -------------------------------------------------------------------------------- /server/python/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/python/requirements.txt -------------------------------------------------------------------------------- /server/temp/🦄SFW/sawoo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/sawoo.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/sbite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/sbite.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/sblush.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/sblush.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/sbonk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/sbonk.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/sbully.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/sbully.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/scringe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/scringe.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/scry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/scry.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/scuddle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/scuddle.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/sdance.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/sdance.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/sfwlist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/sfwlist.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/sglomp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/sglomp.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/shandhold.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/shandhold.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/shappy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/shappy.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/shighfive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/shighfive.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/shug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/shug.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/skick.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/skick.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/skill.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/skill.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/skiss.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/skiss.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/slick.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/slick.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/smegumin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/smegumin.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/snom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/snom.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/spat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/spat.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/spoke.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/spoke.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/sshinobu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/sshinobu.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/sslap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/sslap.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/ssmile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/ssmile.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/ssmug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/ssmug.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/swaifu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/swaifu.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/swave.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/swave.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/swhats.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/swhats.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/swink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/swink.js -------------------------------------------------------------------------------- /server/temp/🦄SFW/syeet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/temp/🦄SFW/syeet.js -------------------------------------------------------------------------------- /server/test/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/test/index.js -------------------------------------------------------------------------------- /server/utils/YouAuxiliary.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/utils/YouAuxiliary.js -------------------------------------------------------------------------------- /server/utils/antilink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/utils/antilink.js -------------------------------------------------------------------------------- /server/utils/consvar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/utils/consvar.js -------------------------------------------------------------------------------- /server/utils/gitPull.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/utils/gitPull.js -------------------------------------------------------------------------------- /server/utils/replace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/server/utils/replace.js -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/HEAD/yarn.lock --------------------------------------------------------------------------------