├── .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: -------------------------------------------------------------------------------- 1 | node_modules 2 | json.sqlite 3 | *.yarnrc.yml 4 | *.pnp.cjs 5 | *.vscode 6 | scraper 7 | *.next 8 | *.yarn 9 | *.env 10 | *.log 11 | *.db 12 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: "" 4 | directory: "/" 5 | schedule: 6 | interval: "daily" 7 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *application 2 | node_modules 3 | *.yarnrc.yml 4 | json.sqlite 5 | *.pnp.cjs 6 | *.vscode 7 | scraper 8 | *.next 9 | *.yarn 10 | *.env 11 | *.log 12 | *.db -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | *application 2 | node_modules 3 | *.yarnrc.yml 4 | json.sqlite 5 | *.pnp.cjs 6 | *.vscode 7 | scraper 8 | *.next 9 | *.yarn 10 | *.env 11 | *.log 12 | *.db -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | //.npmrc file 2 | engine-strict = true -------------------------------------------------------------------------------- /dockerfile: -------------------------------------------------------------------------------- 1 | FROM ubuntu:latest 2 | 3 | # Update and install required packages 4 | RUN apt-get update && apt-get install -y \ 5 | jq \ 6 | git \ 7 | curl \ 8 | npm \ 9 | wget \ 10 | nodejs \ 11 | ffmpeg \ 12 | bpm-tools \ 13 | python3-pip \ 14 | python-is-python3 15 | 16 | # Install n package manager for managing Node.js versions 17 | RUN npm install -g n 18 | 19 | # Clear the hash cache 20 | RUN hash -r 21 | 22 | # Install the latest 18 version of Node.js 23 | RUN n 18 24 | 25 | # Install Yarn package manager 26 | RUN npm install -g yarn 27 | 28 | # Clear the hash cache 29 | RUN hash -r 30 | 31 | # Clone the repository 32 | RUN git clone https://github.com/magneum/BloomBot 33 | 34 | # Set the working directory 35 | WORKDIR /BloomBot 36 | 37 | # Install project dependencies using Yarn 38 | RUN yarn 39 | 40 | # Start the application 41 | CMD [ "yarn", "run", "start" ] 42 | -------------------------------------------------------------------------------- /module-alias.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const moduleAlias = require("module-alias"); 26 | const aliasMapping = { 27 | "@": "../", 28 | "#": "../../", 29 | "*": "../../../", 30 | }; 31 | Object.entries(aliasMapping).forEach(([alias, target]) => { 32 | moduleAlias.addAlias(alias, target); 33 | }); 34 | -------------------------------------------------------------------------------- /railway.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "https://railway.app/railway.schema.json", 3 | "build": { 4 | "builder": "DOCKERFILE", 5 | "dockerfilePath": "./dockerfile" 6 | }, 7 | "deploy": { 8 | "restartPolicyType": "ALWAYS", 9 | "restartPolicyMaxRetries": 10 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /server/auth/AuthyTable.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const dbdata = require("@/config/dbdata.js"); 26 | const { DataTypes, Model } = require("sequelize"); 27 | const sequelize = dbdata.DATABASE; 28 | 29 | class Cred extends Model {} 30 | Cred.init( 31 | { 32 | key: { 33 | type: DataTypes.STRING, 34 | allowNull: false, 35 | }, 36 | value: { 37 | type: DataTypes.JSON, 38 | }, 39 | }, 40 | { 41 | sequelize, 42 | tableName: "Creds", 43 | timestamps: false, 44 | }, 45 | ); 46 | 47 | class Key extends Model {} 48 | Key.init( 49 | { 50 | key: { 51 | type: DataTypes.STRING(1000000), 52 | allowNull: false, 53 | }, 54 | value: { 55 | type: DataTypes.STRING(1000000), 56 | }, 57 | type: { 58 | type: DataTypes.STRING(1000000), 59 | }, 60 | }, 61 | { 62 | sequelize, 63 | tableName: "Keys", 64 | timestamps: false, 65 | }, 66 | ); 67 | 68 | module.exports = { Cred, Key }; 69 | -------------------------------------------------------------------------------- /server/auth/anticall.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("@/config/index.js"); 26 | module.exports = async ( 27 | BloomBot, 28 | chatkey, 29 | gmeta, 30 | isAdmin, 31 | groupName, 32 | isbotAdmin, 33 | groupAdmins, 34 | participants, 35 | ) => { 36 | antical = true; 37 | client.on("CB:Call", (json) => { 38 | if (antical === false) return; 39 | let call; 40 | calling = JSON.parse(JSON.stringify(json)); 41 | call = calling[1].from; 42 | client 43 | .sendMessage( 44 | call, 45 | `*Sorry ${client.user.name} can't receive calls.*\n*Call = Block!*`, 46 | MessageType.text, 47 | ) 48 | .then(() => client.blockUser(call, "add")); 49 | }); 50 | client.on("CB:Blocklist", (json) => { 51 | if (blocked.length > 2) return; 52 | for (let i of json[1].blocklist) { 53 | blocked.push(i.replace("c.us", "s.whatsapp.net")); 54 | } 55 | }); 56 | }; 57 | -------------------------------------------------------------------------------- /server/auth/old/Authy.js: -------------------------------------------------------------------------------- 1 | ("use strict"); 2 | ("◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"); 3 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 4 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 5 | // ║ 6 | // ║ 7 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 8 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 9 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 10 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 11 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 12 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 13 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 14 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 15 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 16 | // ║ whatsApp group management experience! 🎉 17 | // ║ 18 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 19 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 20 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 21 | // ║⦁> subsidiaries. This is an independent and unofficial software. 22 | // ║⦁> Use at your own risk. 23 | // ║ 24 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 25 | ("◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"); 26 | require("#/config/index.js"); 27 | const dbdata = require("#/config/dbdata.js"); 28 | 29 | var __importDefault = 30 | (this && this.__importDefault) || 31 | function (mod) { 32 | return mod && mod.__esModule ? mod : { default: mod }; 33 | }; 34 | Object.defineProperty(exports, "__esModule", { value: true }); 35 | exports.Auth = void 0; 36 | var sequelize_1 = require("sequelize"); 37 | var sequelize = dbdata.DATABASE; 38 | class Auth extends sequelize_1.Model {} 39 | exports.Auth = Auth; 40 | Auth.init( 41 | { 42 | key: { 43 | type: sequelize_1.DataTypes.STRING(1000000), 44 | allowNull: false, 45 | }, 46 | value: { 47 | type: sequelize_1.DataTypes.STRING(1000000), 48 | }, 49 | type: { 50 | type: sequelize_1.DataTypes.STRING(1000000), 51 | }, 52 | }, 53 | { 54 | sequelize, 55 | tableName: "Authentication", 56 | timestamps: false, 57 | }, 58 | ); 59 | -------------------------------------------------------------------------------- /server/backups/Authy.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 🤖📱 𝐌𝐮𝐥𝐭𝐢-𝐃𝐞𝐯𝐢𝐜𝐞 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | ("use strict"); 26 | require("@/config/index.js"); 27 | const __importDefault = 28 | (this && this.__importDefault) || 29 | function (mod) { 30 | return mod && mod.__esModule ? mod : { default: mod }; 31 | }; 32 | Object.defineProperty(exports, "__esModule", { value: true }); 33 | exports.Auth = void 0; 34 | const sequelize_1 = require("sequelize"); 35 | const sequelize = DATABASE; 36 | class Auth extends sequelize_1.Model {} 37 | exports.Auth = Auth; 38 | Auth.init( 39 | { 40 | key: { 41 | type: sequelize_1.DataTypes.STRING(1000000), 42 | allowNull: false, 43 | }, 44 | value: { 45 | type: sequelize_1.DataTypes.STRING(1000000), 46 | }, 47 | type: { 48 | type: sequelize_1.DataTypes.STRING(1000000), 49 | }, 50 | }, 51 | { 52 | sequelize, 53 | tableName: "Authentication", 54 | timestamps: false, 55 | } 56 | ); 57 | -------------------------------------------------------------------------------- /server/bin/omf.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Color variables 4 | GREEN='\033[0;32m' 5 | RED='\033[0;31m' 6 | YELLOW='\033[0;33m' 7 | NC='\033[0m' # No Color 8 | 9 | # Install Fish shell 10 | echo -e "${GREEN}Installing Fish shell...${NC}" 11 | sudo apt update 12 | sudo apt install fish git curl wget -y 13 | 14 | # Install Oh My Fish 15 | echo -e "${GREEN}Installing Oh My Fish...${NC}" 16 | curl -L https://get.oh-my.fish | fish 17 | 18 | # Set Fish greeting to an empty string 19 | echo -e "${GREEN}Setting Fish greeting...${NC}" 20 | echo "set fish_greeting ''" >> ~/.config/fish/config.fish 21 | 22 | # List of themes 23 | themes=("agnoster" "cbjohnson" "doughsay" "fisk" "harleen" "lambda" "neel" "pure" "simple" "toaster" "zephyr" "aight" "chain" "eclm" "flash" "heartsteal" "lambda-zero" "nelsonjchen" "pygmalion" "simple-ass-prompt" "tomita" "zish" "anchor" "clearance" "edan" "fluffy" "idan" "lavender" "neolambda" "random" "simplevi" "trout" "ays" "cmorrell" "eden" "fox" "integral" "lolfish" "numist" "randomrussel" "slacker" "tweetjay" "batman" "coffeeandcode" "emoji-powerline" "gentoo" "jacaetevha" "mars" "ocean" "red-snapper" "slavic-cat" "uggedal" "beloglazov" "cor" "es" "gianu" "johanson" "mint" "one" "rider" "solarfish" "ultrafish" "bira" "cyan" "eseal" "gitstatus" "kawasaki" "mish" "pastfish" "robbyrussell" "sushi" "will" "bobthefish" "dangerous" "fishbone" "gnuykeaj" "kovial" "mokou" "perryh" "sashimi" "syl20bnr" "wolf-theme" "boxfish" "default" "fishface" "godfather" "krisleech" "mtahmed" "pie" "scorphish" "taktoa" "yimmy" "budspencer" "dmorrell" "fishy-drupal" "graystatus" "l" "nai" "plain" "separation" "technopagan" "zeit") 24 | 25 | # Loop through each theme, install, activate, and display for 3 seconds 26 | for theme in "${themes[@]}"; do 27 | echo -e "${YELLOW}Installing theme: $theme${NC}" 28 | fish -c "omf install $theme" 29 | fish -c "omf theme $theme" 30 | sleep 3 31 | done 32 | 33 | # Run Oh My Fish doctor if an error occurs 34 | echo -e "${GREEN}Running Oh My Fish doctor...${NC}" 35 | fish -c "omf doctor" 36 | -------------------------------------------------------------------------------- /server/client/buttons/handlerror.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | module.exports = async (BloomBot, chatkey, error) => { 27 | console.log("❗Error: " + BloomBot.command.toUpperCase() + " :" + error); 28 | return chatkey.reply( 29 | `*😥Apologies:* _${BloomBot.pushname}_ 30 | 31 | *❌Error:* There has been an API Error. Please try again later. 32 | *🐞Bug:* 33 | > ${error}`, 34 | ); 35 | }; 36 | -------------------------------------------------------------------------------- /server/client/mode/Group.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | module.exports = async (BloomBot, chatkey, update, store) => { 27 | return BloomBot; 28 | }; 29 | -------------------------------------------------------------------------------- /server/client/purgepg.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("../../module-alias.js"); 26 | const { Client } = require("pg"); 27 | const logger = require("@/log/index.js"); 28 | const dbdata = require("@/config/dbdata.js"); 29 | 30 | async function purgepg() { 31 | const connectionString = dbdata.DATABASE_URL; 32 | const client = new Client({ 33 | connectionString, 34 | ssl: { rejectUnauthorized: false }, 35 | }); 36 | 37 | try { 38 | await client.connect(); 39 | const res = await client.query( 40 | "SELECT tablename FROM pg_tables WHERE schemaname = $1", 41 | ["public"], 42 | ); 43 | for (const row of res.rows) { 44 | const tableName = row.tablename; 45 | await client.query(`DROP TABLE IF EXISTS "${tableName}" CASCADE`); 46 | logger.debug(`📢 Dropped table: ${tableName}`); 47 | } 48 | logger.info("📢 Database cleaned successfully."); 49 | } catch (err) { 50 | logger.error("❌ An error occurred while cleaning the database:", err); 51 | } finally { 52 | await client.end(); 53 | } 54 | } 55 | 56 | // purgepg(); 57 | module.exports = purgepg; 58 | -------------------------------------------------------------------------------- /server/commands/⚙️System/dashboard.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | 30 | module.exports = async ( 31 | BloomBot, 32 | chatkey, 33 | gmeta, 34 | isAdmin, 35 | groupName, 36 | isbotAdmin, 37 | groupAdmins, 38 | participants, 39 | ) => { 40 | try { 41 | await BloomBot.sendMessage(chatkey.chat, { 42 | react: { 43 | text: "❌", 44 | key: chatkey.key, 45 | }, 46 | }); 47 | return chatkey.reply( 48 | `*😥Apologies:* _${BloomBot.pushname || BloomBot.tagname}_ 49 | 50 | *❌Error:* 51 | > _This Command is not yet ready for public usage!_`, 52 | ); 53 | } catch (error) { 54 | return BloomBot.handlerror(BloomBot, chatkey, error); 55 | } 56 | }; 57 | module.exports.aliases = []; 58 | -------------------------------------------------------------------------------- /server/commands/⚙️System/git.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | 30 | module.exports = async ( 31 | BloomBot, 32 | chatkey, 33 | gmeta, 34 | isAdmin, 35 | groupName, 36 | isbotAdmin, 37 | groupAdmins, 38 | participants 39 | ) => { 40 | try { 41 | const gitHubUrl = "https://github.com/magneum"; 42 | const bloomBotGitHubUrl = "https://github.com/magneum/BloomBot"; 43 | return await BloomBot.imagebutton( 44 | BloomBot, 45 | chatkey, 46 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 47 | 48 | ⒸBloomBot (multi-device) by Magneum™ 49 | 📱 is a WhatsApp user-bot with automation, moderation, music, games, and more than 200+ commands! 🎮🎵🤖 50 | 51 | 🔗 *GitHub Information:* 52 | 🔹 GitHub URL: ${gitHubUrl} 53 | 🔹 BloomBot GitHub URL: ${bloomBotGitHubUrl}`, 54 | BloomBot.display 55 | ); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | 61 | module.exports.aliases = ["git", "github", "repo", "web"]; 62 | -------------------------------------------------------------------------------- /server/commands/⚙️System/layout.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | 30 | module.exports = async ( 31 | BloomBot, 32 | chatkey, 33 | gmeta, 34 | isAdmin, 35 | groupName, 36 | isbotAdmin, 37 | groupAdmins, 38 | participants, 39 | ) => { 40 | try { 41 | } catch (error) { 42 | return BloomBot.handlerror(BloomBot, chatkey, error); 43 | } 44 | }; 45 | module.exports.aliases = []; 46 | -------------------------------------------------------------------------------- /server/commands/🍁Owner/join.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | await BloomBot.sendMessage(chatkey.chat, { 40 | react: { 41 | text: "🌻", 42 | key: chatkey.key, 43 | }, 44 | }); 45 | try { 46 | await BloomBot.sendMessage(chatkey.chat, { 47 | react: { 48 | text: "❌", 49 | key: chatkey.key, 50 | }, 51 | }); 52 | return chatkey.reply( 53 | `*😥Apologies:* _${BloomBot.pushname || BloomBot.tagname}_ 54 | *❌Error:* 55 | > _This Command is not yet ready for public usage!_`, 56 | ); 57 | } catch (error) { 58 | return BloomBot.handlerror(BloomBot, chatkey, error); 59 | } 60 | }; 61 | module.exports.aliases = []; 62 | -------------------------------------------------------------------------------- /server/commands/🍁Owner/leave.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | await BloomBot.sendMessage(chatkey.chat, { 40 | react: { 41 | text: "🌻", 42 | key: chatkey.key, 43 | }, 44 | }); 45 | try { 46 | await BloomBot.sendMessage(chatkey.chat, { 47 | react: { 48 | text: "❌", 49 | key: chatkey.key, 50 | }, 51 | }); 52 | return chatkey.reply( 53 | `*😥Apologies:* _${BloomBot.pushname || BloomBot.tagname}_ 54 | *❌Error:* 55 | > _This Command is not yet ready for public usage!_`, 56 | ); 57 | } catch (error) { 58 | return BloomBot.handlerror(BloomBot, chatkey, error); 59 | } 60 | }; 61 | module.exports.aliases = []; 62 | -------------------------------------------------------------------------------- /server/commands/🍁Owner/reboot.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | await BloomBot.sendMessage(chatkey.chat, { 40 | react: { 41 | text: "🌻", 42 | key: chatkey.key, 43 | }, 44 | }); 45 | try { 46 | await BloomBot.sendMessage(chatkey.chat, { 47 | react: { 48 | text: "❌", 49 | key: chatkey.key, 50 | }, 51 | }); 52 | return chatkey.reply( 53 | `*😥Apologies:* _${BloomBot.pushname || BloomBot.tagname}_ 54 | *❌Error:* 55 | > _This Command is not yet ready for public usage!_`, 56 | ); 57 | } catch (error) { 58 | return BloomBot.handlerror(BloomBot, chatkey, error); 59 | } 60 | }; 61 | module.exports.aliases = []; 62 | -------------------------------------------------------------------------------- /server/commands/🍁Owner/support.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | await BloomBot.sendMessage(chatkey.chat, { 40 | react: { 41 | text: "🌻", 42 | key: chatkey.key, 43 | }, 44 | }); 45 | try { 46 | await BloomBot.sendMessage(chatkey.chat, { 47 | react: { 48 | text: "❌", 49 | key: chatkey.key, 50 | }, 51 | }); 52 | return chatkey.reply( 53 | `*😥Apologies:* _${BloomBot.pushname || BloomBot.tagname}_ 54 | *❌Error:* 55 | > _This Command is not yet ready for public usage!_`, 56 | ); 57 | } catch (error) { 58 | return BloomBot.handlerror(BloomBot, chatkey, error); 59 | } 60 | }; 61 | module.exports.aliases = []; 62 | -------------------------------------------------------------------------------- /server/commands/🍁Owner/verify.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | await BloomBot.sendMessage(chatkey.chat, { 40 | react: { 41 | text: "🌻", 42 | key: chatkey.key, 43 | }, 44 | }); 45 | try { 46 | await BloomBot.sendMessage(chatkey.chat, { 47 | react: { 48 | text: "❌", 49 | key: chatkey.key, 50 | }, 51 | }); 52 | return chatkey.reply( 53 | `*😥Apologies:* _${BloomBot.pushname || BloomBot.tagname}_ 54 | *❌Error:* 55 | > _This Command is not yet ready for public usage!_`, 56 | ); 57 | } catch (error) { 58 | return BloomBot.handlerror(BloomBot, chatkey, error); 59 | } 60 | }; 61 | module.exports.aliases = []; 62 | -------------------------------------------------------------------------------- /server/commands/💗Commands/conversionlist.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | await BloomBot.imagebutton( 40 | BloomBot, 41 | chatkey, 42 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 43 | *🤖Hello, I am BloomBot User-bot🤖* 44 | > ⒸBloomBot: is a whatsapp userbot with automation,moderation,music,games and 200+ commands! 45 | 46 | 47 | ┌『 *📼${currFile.toUpperCase()}📼* 』 48 | │║⦁ ${BloomBot.prefix}carbon 49 | │║⦁ ${BloomBot.prefix}ship 50 | │║⦁ ${BloomBot.prefix}sticker 51 | │║⦁ ${BloomBot.prefix}tinyurl 52 | │║⦁ ${BloomBot.prefix}tourl 53 | │║⦁ ${BloomBot.prefix}tts 54 | ┕╚═══════⋑`, 55 | BloomBot.display, 56 | ); 57 | }; 58 | -------------------------------------------------------------------------------- /server/commands/💗Commands/gameslist.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | await BloomBot.imagebutton( 40 | BloomBot, 41 | chatkey, 42 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 43 | *🤖Hello, I am BloomBot User-bot🤖* 44 | > ⒸBloomBot: is a whatsapp userbot with automation,moderation,music,games and 200+ commands! 45 | 46 | 47 | ┌『 *💰${currFile.toUpperCase()}💰* 』 48 | │║⦁ ${BloomBot.prefix}balance 49 | │║⦁ ${BloomBot.prefix}buy 50 | │║⦁ ${BloomBot.prefix}daily 51 | │║⦁ ${BloomBot.prefix}fish 52 | │║⦁ ${BloomBot.prefix}gamble 53 | │║⦁ ${BloomBot.prefix}inv 54 | │║⦁ ${BloomBot.prefix}pay 55 | │║⦁ ${BloomBot.prefix}rob 56 | │║⦁ ${BloomBot.prefix}store 57 | │║⦁ ${BloomBot.prefix}work 58 | │║⦁ ${BloomBot.prefix}zoo 59 | ┕╚═══════⋑`, 60 | BloomBot.display, 61 | ); 62 | }; 63 | -------------------------------------------------------------------------------- /server/commands/💗Commands/grouplist.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | await BloomBot.imagebutton( 40 | BloomBot, 41 | chatkey, 42 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 43 | *🤖Hello, I am BloomBot User-bot🤖* 44 | > ⒸBloomBot: is a whatsapp userbot with automation,moderation,music,games and 200+ commands! 45 | 46 | 47 | ┌『 *🔰${currFile.toUpperCase()}🔰* 』 48 | │║⦁ ${BloomBot.prefix}antilink 49 | │║⦁ ${BloomBot.prefix}allownsfw 50 | │║⦁ ${BloomBot.prefix}delete 51 | │║⦁ ${BloomBot.prefix}group 52 | │║⦁ ${BloomBot.prefix}kick 53 | │║⦁ ${BloomBot.prefix}promote 54 | │║⦁ ${BloomBot.prefix}setdesc 55 | │║⦁ ${BloomBot.prefix}seticon 56 | │║⦁ ${BloomBot.prefix}tagall 57 | ┕╚═══════⋑`, 58 | BloomBot.display, 59 | ); 60 | }; 61 | -------------------------------------------------------------------------------- /server/commands/💗Commands/ownerlist.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | await BloomBot.imagebutton( 40 | BloomBot, 41 | chatkey, 42 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 43 | *🤖Hello, I am BloomBot User-bot🤖* 44 | > ⒸBloomBot: is a whatsapp userbot with automation,moderation,music,games and 200+ commands! 45 | 46 | 47 | ┌『 *🍁${currFile.toUpperCase()}🍁* 』 48 | │║⦁ ${BloomBot.prefix}ban 49 | │║⦁ ${BloomBot.prefix}broadcast 50 | │║⦁ ${BloomBot.prefix}join 51 | │║⦁ ${BloomBot.prefix}leave 52 | │║⦁ ${BloomBot.prefix}reboot 53 | │║⦁ ${BloomBot.prefix}rules 54 | │║⦁ ${BloomBot.prefix}unban 55 | │║⦁ ${BloomBot.prefix}verify 56 | ┕╚═══════⋑`, 57 | BloomBot.display, 58 | ); 59 | }; 60 | -------------------------------------------------------------------------------- /server/commands/💗Commands/photolist.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | await BloomBot.imagebutton( 40 | BloomBot, 41 | chatkey, 42 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 43 | *🤖Hello, I am BloomBot User-bot🤖* 44 | > ⒸBloomBot: is a whatsapp userbot with automation,moderation,music,games and 200+ commands! 45 | 46 | 47 | ┌『 *🖼️${currFile.toUpperCase()}🖼️* 』 48 | │║⦁ ${BloomBot.prefix}image 49 | │║⦁ ${BloomBot.prefix}unsplash 50 | │║⦁ ${BloomBot.prefix}pinterest 51 | │║⦁ ${BloomBot.prefix}wallpaper 52 | ┕╚═══════⋑`, 53 | BloomBot.display, 54 | ); 55 | }; 56 | -------------------------------------------------------------------------------- /server/commands/💰Games/store.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.imagebutton( 41 | BloomBot, 42 | chatkey, 43 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 44 | ┌『 *Games💰Category* 』 45 | │║⦁ ⚔️ *sword:* _1000gold/robbery_ 46 | │║⦁ 💻 *laptop:* _4000gold/robbery_ 47 | │║⦁ 🔮 *charm:* _6000gold/robbery_ 48 | ┕╚═══════⋑ 49 | 50 | ┌『 *Badges🍯Category* 』 51 | │║⦁ 🧵 *Basic:* 10 Commands 52 | │║⦁ 🥉 *Bronze:* 20 Commands 53 | │║⦁ 🥈 *Silver:* 40 Commands 54 | │║⦁ 🥇 *Golden:* 60 Commands 55 | │║⦁ 💍 *Platinum:* 80 Commands 56 | │║⦁ 💎 *Diamond:* 100 Commands 57 | ┕╚═══════⋑`, 58 | BloomBot.display, 59 | ); 60 | } catch (error) { 61 | return BloomBot.handlerror(BloomBot, chatkey, error); 62 | } 63 | }; 64 | module.exports.aliases = []; 65 | -------------------------------------------------------------------------------- /server/commands/📼Conversion/carbon.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.sendMessage(chatkey.chat, { 41 | react: { 42 | text: "❌", 43 | key: chatkey.key, 44 | }, 45 | }); 46 | return chatkey.reply( 47 | `*😥Apologies:* _${BloomBot.pushname || BloomBot.tagname}_ 48 | 49 | *❌Error:* 50 | > _This Command is not yet ready for public usage!_`, 51 | ); 52 | } catch (error) { 53 | return BloomBot.handlerror(BloomBot, chatkey, error); 54 | } 55 | }; 56 | module.exports.aliases = []; 57 | -------------------------------------------------------------------------------- /server/commands/📼Conversion/ship.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | 30 | module.exports = async ( 31 | BloomBot, 32 | chatkey, 33 | gmeta, 34 | isAdmin, 35 | groupName, 36 | isbotAdmin, 37 | groupAdmins, 38 | participants, 39 | ) => { 40 | try { 41 | await BloomBot.sendMessage(chatkey.chat, { 42 | react: { 43 | text: "❌", 44 | key: chatkey.key, 45 | }, 46 | }); 47 | return chatkey.reply( 48 | `*😥Apologies:* _${BloomBot.pushname || BloomBot.tagname}_ 49 | 50 | *❌Error:* 51 | > _This Command is not yet ready for public usage!_`, 52 | ); 53 | } catch (error) { 54 | return BloomBot.handlerror(BloomBot, chatkey, error); 55 | } 56 | }; 57 | module.exports.aliases = []; 58 | -------------------------------------------------------------------------------- /server/commands/🔎Searches/advice.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | 30 | module.exports = async ( 31 | BloomBot, 32 | chatkey, 33 | gmeta, 34 | isAdmin, 35 | groupName, 36 | isbotAdmin, 37 | groupAdmins, 38 | participants, 39 | ) => { 40 | try { 41 | const response = await BloomBot.axios.get( 42 | "https://api.adviceslip.com/advice", 43 | ); 44 | await BloomBot.imagebutton( 45 | BloomBot, 46 | chatkey, 47 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 48 | 49 | > ${response.data.slip.advice}`, 50 | BloomBot.display, 51 | ); 52 | } catch (error) { 53 | return BloomBot.handlerror(BloomBot, chatkey, error); 54 | } 55 | }; 56 | module.exports.aliases = []; 57 | -------------------------------------------------------------------------------- /server/commands/🔎Searches/joke.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | 30 | module.exports = async ( 31 | BloomBot, 32 | chatkey, 33 | gmeta, 34 | isAdmin, 35 | groupName, 36 | isbotAdmin, 37 | groupAdmins, 38 | participants, 39 | ) => { 40 | try { 41 | await BloomBot.imagebutton( 42 | BloomBot, 43 | chatkey, 44 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 45 | > ${await BloomBot.getDadjoke()}`, 46 | BloomBot.display, 47 | ); 48 | } catch (error) { 49 | return BloomBot.handlerror(BloomBot, chatkey, error); 50 | } 51 | }; 52 | module.exports.aliases = []; 53 | -------------------------------------------------------------------------------- /server/commands/🔎Searches/reddit.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | 30 | module.exports = async ( 31 | BloomBot, 32 | chatkey, 33 | gmeta, 34 | isAdmin, 35 | groupName, 36 | isbotAdmin, 37 | groupAdmins, 38 | participants, 39 | ) => { 40 | try { 41 | await BloomBot.sendMessage(chatkey.chat, { 42 | react: { 43 | text: "❌", 44 | key: chatkey.key, 45 | }, 46 | }); 47 | return chatkey.reply( 48 | `*😥Apologies:* _${BloomBot.pushname || BloomBot.tagname}_ 49 | 50 | *❌Error:* 51 | > _This Command is not yet ready for public usage!_`, 52 | ); 53 | } catch (error) { 54 | return BloomBot.handlerror(BloomBot, chatkey, error); 55 | } 56 | }; 57 | module.exports.aliases = []; 58 | -------------------------------------------------------------------------------- /server/database/json/animals.json: -------------------------------------------------------------------------------- 1 | { 2 | "small": { 3 | "symbol": "🐜", 4 | "max": 50, 5 | "min": 10 6 | }, 7 | "medium": { 8 | "symbol": "🦌", 9 | "max": 100, 10 | "min": 30 11 | }, 12 | "big": { 13 | "symbol": "🐠", 14 | "max": 150, 15 | "min": 50 16 | }, 17 | "large": { 18 | "symbol": "🐘", 19 | "max": 175, 20 | "min": 75 21 | }, 22 | "legendary": { 23 | "symbol": "🐉", 24 | "max": 200, 25 | "min": 100 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /server/database/json/fishes.json: -------------------------------------------------------------------------------- 1 | { 2 | "junk": { 3 | "symbol": "🔧", 4 | "max": 30, 5 | "min": 10 6 | }, 7 | "common": { 8 | "symbol": "🐟", 9 | "max": 70, 10 | "min": 30 11 | }, 12 | "uncommon": { 13 | "symbol": "🐠", 14 | "max": 90, 15 | "min": 50 16 | }, 17 | "rare": { 18 | "symbol": "🦑", 19 | "max": 175, 20 | "min": 130 21 | }, 22 | "legendary": { 23 | "symbol": "🐋", 24 | "max": 500, 25 | "min": 100 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /server/database/json/railway.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "railway.server/railway.schema.json", 3 | "build": { 4 | "builder": "DOCKERFILE", 5 | "dockerfilePath": "./dockerfile" 6 | }, 7 | "deploy": { 8 | "restartPolicyType": "ALWAYS", 9 | "restartPolicyMaxRetries": 10 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /server/database/json/works.json: -------------------------------------------------------------------------------- 1 | [ 2 | "You work as a flatulence smell reduction underwear maker and earnned", 3 | "You work at Grandma's restaurant as a cook and earnned", 4 | "You work as a professional smuggler and earnned", 5 | "You work as a pumpkin painter and earnned", 6 | "You work as a engineer and earnned", 7 | "You work as a meerkat behaviour consultant and earnned", 8 | "Your job as a fart collector is very interesting and earns you", 9 | "You work as a penguinologist and earnned", 10 | "You work as a ear cleaner and earnned", 11 | "You develop games and earnned", 12 | "You work as a personal shopper and earnned", 13 | "You work as a dog surfing instructor and earnned", 14 | "You work as a beefeater and earnned", 15 | "You work as a comedian and earnned", 16 | "You work as the head of purgepgs and earnned", 17 | "You work as an elementary school teacher and earnned", 18 | "You worked as a voice actor for Spongebob and managed to gain", 19 | "You had a fruitful day at the office today and earned", 20 | "You actually finished the plate of vegetables that your parents made you eat! You were awarded", 21 | "You work as child birth educator and earnned", 22 | "You work as a body pillow factory salesman on the Internet for real weebs, the weebs gave you", 23 | "You work as a vibration consultant and earnned", 24 | "Work at the icecream shop of your childhood dreams and earnned", 25 | "You work as a professional minecraft hacker. You manage to rake in", 26 | "You dabbed so hard that even your mother is proud! You make", 27 | "You work as a professional cleaner. After hiding the body, you're handed", 28 | "You got cloned for sciene. You earned", 29 | "You work as a police officer and earnned", 30 | "You work as a bush pruner for Donald Trump and earnned", 31 | "You work as a paper towel sniffer and earnned", 32 | "You work as a water slide tester and earnned", 33 | "You milk a cow for", 34 | "You work as a fucker." 35 | ] 36 | -------------------------------------------------------------------------------- /server/database/mongo/ServerDB.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const ServerDBSchema = new mongoose.Schema({ 27 | ServerId: String, 28 | }); 29 | module.exports = mongoose.model("ServerDB", ServerDBSchema); 30 | -------------------------------------------------------------------------------- /server/database/mongo/anticall.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const AnticallSchema = new mongoose.Schema({ 27 | Id: String, 28 | value: String, 29 | }); 30 | module.exports = mongoose.model("Anticall", AnticallSchema); 31 | -------------------------------------------------------------------------------- /server/database/mongo/antilink.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const AntilinkSchema = new mongoose.Schema({ 27 | serverId: String, 28 | value: String, 29 | }); 30 | module.exports = mongoose.model("Antilink", AntilinkSchema); 31 | -------------------------------------------------------------------------------- /server/database/mongo/autorank.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const AutorankSchema = new mongoose.Schema({ 27 | serverId: String, 28 | }); 29 | module.exports = mongoose.model("Autorank", AutorankSchema); 30 | -------------------------------------------------------------------------------- /server/database/mongo/badge.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const BadgeSchema = new mongoose.Schema({ 27 | Id: String, 28 | Badge: String, 29 | value: String, 30 | Limits: Number, 31 | CurrentLimitTime: Number, 32 | PermanentLimitTime: Number, 33 | }); 34 | module.exports = mongoose.model("Badge", BadgeSchema); 35 | -------------------------------------------------------------------------------- /server/database/mongo/ban.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const BanSchema = new mongoose.Schema({ 27 | Id: String, 28 | }); 29 | module.exports = mongoose.model("Ban", BanSchema); 30 | -------------------------------------------------------------------------------- /server/database/mongo/cooldown.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const CooldownSchema = new mongoose.Schema({ 27 | Id: String, 28 | Duration: Number, 29 | }); 30 | module.exports = mongoose.model("Cooldown", CooldownSchema); 31 | -------------------------------------------------------------------------------- /server/database/mongo/debug.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const DebugSchema = new mongoose.Schema({ 27 | value: String, 28 | }); 29 | module.exports = mongoose.model("Debug", DebugSchema); 30 | -------------------------------------------------------------------------------- /server/database/mongo/economy.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const EconomySchema = new mongoose.Schema({ 27 | Id: String, 28 | money: Number, 29 | daily: Number, 30 | timeout: Number, 31 | fishdone: Number, 32 | fishtimeout: Number, 33 | workdone: Number, 34 | worktimeout: Number, 35 | }); 36 | module.exports = mongoose.model("Economy", EconomySchema); 37 | -------------------------------------------------------------------------------- /server/database/mongo/experience.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const UsersSchema = new mongoose.Schema({ 27 | Id: String, 28 | serverId: String, 29 | xp: Number, 30 | level: Number, 31 | }); 32 | module.exports = mongoose.model("Experience", UsersSchema); 33 | -------------------------------------------------------------------------------- /server/database/mongo/gamble.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const GambleSchema = new mongoose.Schema({ 27 | Id: String, 28 | serverId: String, 29 | Gambledone: Number, 30 | Gambconstimeout: Number, 31 | }); 32 | module.exports = mongoose.model("Gamble", GambleSchema); 33 | -------------------------------------------------------------------------------- /server/database/mongo/halt.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const HaltSchema = new mongoose.Schema({ 27 | Id: String, 28 | TimeOut: Number, 29 | PermaTimeOut: Number, 30 | }); 31 | module.exports = mongoose.model("Halt", HaltSchema); 32 | -------------------------------------------------------------------------------- /server/database/mongo/nsfw.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const NSFWSchema = new mongoose.Schema({ 27 | serverId: String, 28 | value: String, 29 | }); 30 | module.exports = mongoose.model("NSFW", NSFWSchema); 31 | -------------------------------------------------------------------------------- /server/database/mongo/pokemon.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const PokemonSchema = new mongoose.Schema({ 27 | Id: String, 28 | CurrentLimitTime: Number, 29 | PermanentLimitTime: Number, 30 | }); 31 | module.exports = mongoose.model("Pokemon", PokemonSchema); 32 | -------------------------------------------------------------------------------- /server/database/mongo/premium.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const VimiumSchema = new mongoose.Schema({ 27 | Id: String, 28 | Limits: Number, 29 | currTime: Number, 30 | permTime: Number, 31 | }); 32 | module.exports = mongoose.model("Vimium", VimiumSchema); 33 | -------------------------------------------------------------------------------- /server/database/mongo/private.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const PrivateSchema = new mongoose.Schema({ 27 | Id: String, 28 | Amount: Number, 29 | }); 30 | module.exports = mongoose.model("Private", PrivateSchema); 31 | -------------------------------------------------------------------------------- /server/database/mongo/robbery.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const RobberySchema = new mongoose.Schema({ 27 | Id: String, 28 | lightsaber: Number, 29 | arclock: Number, 30 | ninja: Number, 31 | CurrentRobberyTime: Number, 32 | PermanentRobberyTime: Number, 33 | }); 34 | module.exports = mongoose.model("Robbery", RobberySchema); 35 | -------------------------------------------------------------------------------- /server/database/mongo/setwelcome.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const WelcomeSchema = new mongoose.Schema({ 27 | Id: String, 28 | message: String, 29 | }); 30 | module.exports = mongoose.model("Welcome", WelcomeSchema); 31 | -------------------------------------------------------------------------------- /server/database/mongo/vimium.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const VimiumSchema = new mongoose.Schema({ 27 | Id: String, 28 | Limits: Number, 29 | currTime: Number, 30 | permTime: Number, 31 | }); 32 | module.exports = mongoose.model("Vimium", VimiumSchema); 33 | -------------------------------------------------------------------------------- /server/database/mongo/warning.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const WarningSchema = new mongoose.Schema({ 27 | Id: String, 28 | serverId: String, 29 | warns: Number, 30 | }); 31 | module.exports = mongoose.model("Warning", WarningSchema); 32 | -------------------------------------------------------------------------------- /server/database/mongo/zoo.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const mongoose = require("mongoose"); 26 | const ZooSchema = new mongoose.Schema({ 27 | Id: String, 28 | zoodone: Number, 29 | zootimeout: Number, 30 | }); 31 | module.exports = mongoose.model("Zoo", ZooSchema); 32 | -------------------------------------------------------------------------------- /server/events/contacts_update.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("@/config/index.js"); 26 | 27 | module.exports = async (BloomBot, store, logger) => { 28 | BloomBot.ev.on("contacts.update", async (update) => { 29 | for (let contact of update) { 30 | let jid = BloomBot.decodeJid(contact.id); 31 | if (store && store.contacts) 32 | store.contacts[jid] = { jid, name: contact.notify }; 33 | } 34 | }); 35 | return BloomBot; 36 | }; 37 | -------------------------------------------------------------------------------- /server/events/creds_update.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("@/config/index.js"); 26 | 27 | module.exports = async (BloomBot, saveCreds, logger) => { 28 | BloomBot.ev.on("creds.update", async (update) => await saveCreds(update)); 29 | return BloomBot; 30 | }; 31 | -------------------------------------------------------------------------------- /server/events/messages_upsert.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("@/config/index.js"); 26 | const { chatkey_maker } = require("@/lib/bloomHive.js"); 27 | 28 | module.exports = async (BloomBot, store, logger) => { 29 | BloomBot.ev.on("messages.upsert", async (update) => { 30 | oText = update.messages[0]; 31 | if (!oText.message) return; 32 | oText.message = 33 | Object.keys(oText.message)[0] === "ephemeralMessage" 34 | ? oText.message.ephemeralMessage.message 35 | : oText.message; 36 | if (oText.key && oText.key.remoteJid === "status@broadcast") return; 37 | if (!BloomBot.public && !oText.key.fromMe && update.type === "notify") 38 | return; 39 | if (oText.key.id.startsWith("BAE5") && oText.key.id.length === 16) return; 40 | chatkey = await chatkey_maker(BloomBot, oText, store); 41 | await require("@/lib/symlink")(BloomBot, chatkey, update, store); 42 | }); 43 | return BloomBot; 44 | }; 45 | -------------------------------------------------------------------------------- /server/lib/contents.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const folders = [".", ...Object.keys(require("@/package.json").directories)]; 26 | const rimraf = require("rimraf"); 27 | for (const folder of folders) { 28 | rimraf(folder, function (Error) { 29 | if (Error) console.log(Error); 30 | }); 31 | } 32 | -------------------------------------------------------------------------------- /server/lib/msgFilter.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const usedCommandRecently = new Set(); 26 | const isFiltered = (from) => !!usedCommandRecently.has(from); 27 | const addFilter = (from, cl) => { 28 | usedCommandRecently.add(from); 29 | setTimeout(() => usedCommandRecently.delete(from), cl); 30 | }; 31 | module.exports = { 32 | isFiltered, 33 | addFilter, 34 | }; 35 | -------------------------------------------------------------------------------- /server/log/index.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | const winston = require("winston"); 26 | const { combine, timestamp, printf } = winston.format; 27 | 28 | const ogger = () => { 29 | return winston.createLogger({ 30 | level: "silly", 31 | format: combine( 32 | winston.format.colorize(), 33 | timestamp({ format: "HH:mm:ss" }), 34 | printf(({ level, message, timestamp }) => { 35 | const boldTimestamp = "\x1b[1m" + timestamp + "\x1b[0m"; 36 | const boldLevel = "\x1b[1m" + level + "\x1b[0m"; 37 | const boldMessage = "\x1b[1m" + message + "\x1b[0m"; 38 | return `${boldTimestamp} ${boldLevel}: ${boldMessage}`; 39 | }) 40 | ), 41 | transports: [new winston.transports.Console()], 42 | }); 43 | }; 44 | 45 | const logger = ogger(); 46 | module.exports = logger; 47 | -------------------------------------------------------------------------------- /server/public/bloom/bloomer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/44c040cf73163ae9800410aeece77228699fc3a3/server/public/bloom/bloomer1.png -------------------------------------------------------------------------------- /server/public/bloom/bloomer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/44c040cf73163ae9800410aeece77228699fc3a3/server/public/bloom/bloomer2.png -------------------------------------------------------------------------------- /server/public/bloom/bloomer3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/44c040cf73163ae9800410aeece77228699fc3a3/server/public/bloom/bloomer3.png -------------------------------------------------------------------------------- /server/public/bloom/bloomer4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/44c040cf73163ae9800410aeece77228699fc3a3/server/public/bloom/bloomer4.png -------------------------------------------------------------------------------- /server/public/mention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/44c040cf73163ae9800410aeece77228699fc3a3/server/public/mention.png -------------------------------------------------------------------------------- /server/python/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/44c040cf73163ae9800410aeece77228699fc3a3/server/python/__init__.py -------------------------------------------------------------------------------- /server/python/__main__.py: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎" 2 | # ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | # ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | # ║ 5 | # ║ 6 | # ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | # ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | # ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | # ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | # ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | # ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | # ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | # ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | # ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | # ║ whatsApp group management experience! 🎉 16 | # ║ 17 | # ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | # ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | # ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | # ║⦁> subsidiaries. This is an independent and unofficial software. 21 | # ║⦁> Use at your own risk. 22 | # ║ 23 | # ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎" 25 | import subprocess 26 | from colorama import init, Fore, Style 27 | 28 | # Initialize Colorama 29 | init() 30 | 31 | # Install Python dependencies 32 | pip_install_cmd = ["pip3", "install", "-r", "python/requirements.txt"] 33 | print(f"{Fore.YELLOW}{Style.BRIGHT}Installing Python dependencies...{Style.RESET_ALL}") 34 | subprocess.run(pip_install_cmd, check=True) 35 | 36 | # Build the project 37 | build_cmd = ["yarn", "run", "build"] 38 | print(f"{Fore.YELLOW}{Style.BRIGHT}Building the project...{Style.RESET_ALL}") 39 | subprocess.run(build_cmd, check=True) 40 | 41 | # Sync 42 | sync_cmd = ["yarn", "run", "sync"] 43 | print(f"{Fore.YELLOW}{Style.BRIGHT}Syncing...{Style.RESET_ALL}") 44 | subprocess.run(sync_cmd, check=True) 45 | 46 | # Start the project 47 | start_cmd = ["yarn", "run", "start"] 48 | print(f"{Fore.GREEN}{Style.BRIGHT}Starting the project...{Style.RESET_ALL}") 49 | subprocess.run(start_cmd, check=True) 50 | -------------------------------------------------------------------------------- /server/python/__pycache__/__main__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magneum/BloomBot/44c040cf73163ae9800410aeece77228699fc3a3/server/python/__pycache__/__main__.cpython-39.pyc -------------------------------------------------------------------------------- /server/python/requirements.txt: -------------------------------------------------------------------------------- 1 | huggingface_hub 2 | python-dotenv 3 | transformers 4 | GitPython 5 | termcolor 6 | colorama 7 | loguru -------------------------------------------------------------------------------- /server/temp/🦄SFW/sawoo.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | 30 | module.exports = async ( 31 | BloomBot, 32 | chatkey, 33 | gmeta, 34 | isAdmin, 35 | groupName, 36 | isbotAdmin, 37 | groupAdmins, 38 | participants, 39 | ) => { 40 | try { 41 | BloomBot.fetch(`https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`) 42 | .then((res) => res.json()) 43 | .then(async (json) => { 44 | if (json.meta.url) { 45 | console.log(json.meta.url) 46 | await BloomBot.imagebutton( 47 | BloomBot, 48 | chatkey, 49 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 50 | 51 | *📚Topic:* ${currFile.slice(1)}`, 52 | BloomBot.display, 53 | ); 54 | } 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | 61 | module.exports.aliases = []; 62 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/sbite.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/sblush.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/sbonk.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/sbully.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/scringe.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/scry.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/scuddle.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/sdance.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/sglomp.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/shandhold.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/shappy.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/shighfive.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/shug.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/skick.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/skill.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/skiss.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/slick.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/smegumin.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/snom.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/spat.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/spoke.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/sshinobu.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/sslap.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/ssmile.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/ssmug.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/swaifu.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/swave.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/swhats.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/swink.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | -------------------------------------------------------------------------------- /server/temp/🦄SFW/syeet.js: -------------------------------------------------------------------------------- 1 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 2 | // ╔⧉༻ Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ 3 | // ║>> is a whatsapp user-bot with automation, moderation, music, games and more of 200+ commands! 4 | // ║ 5 | // ║ 6 | // ║⦁> 🌟 A versatile whatsApp multi-purpose bot designed for group management and user convenience. 7 | // ║⦁> 🚀 Simplifies group management tasks and enhances the overall user experience. 8 | // ║⦁> ⚠️ Please note: Engaging in spamming activities may lead to account suspension. Use responsibly! 9 | // ║⦁> 🎉 BloomBot is intended for fun and convenience, but we're not responsible for account bans. 10 | // ║⦁> 🔀 forking the repository is allowed, but customized versions or modified plugins are unsupported. 11 | // ║⦁> ⚠️ Exercise caution and take responsibility for any modifications made to the bot. 12 | // ║⦁> 📞 Need assistance or have issues? Contact our developers. 13 | // ║⦁> 🔄 We'll continue providing updates and support for the original version of the bot. 14 | // ║⦁> 👉 Enjoy the features and functionality of BloomBot responsibly! Make the most out of your 15 | // ║ whatsApp group management experience! 🎉 16 | // ║ 17 | // ║ 🚨𝐔𝐬𝐚𝐠𝐞 𝐍𝐨𝐭𝐢𝐜𝐞🚨 18 | // ║⦁> ⒸBloomBot is in no way affiliated with, authorized, maintained, 19 | // ║⦁> sponsored or endorsed by whatsApp or any of its affiliates or 20 | // ║⦁> subsidiaries. This is an independent and unofficial software. 21 | // ║⦁> Use at your own risk. 22 | // ║ 23 | // ╚◎ ⚙️Developers: +918436686758, +918250889325 24 | "◎☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱( Ⓒ𝐁𝐥𝐨𝐨𝐦𝐁𝐨𝐭 (𝐦𝐮𝐥𝐭𝐢-𝐝𝐞𝐯𝐢𝐜𝐞) 𝐛𝐲 𝐌𝐚𝐠𝐧𝐞𝐮𝐦™ )☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱☱◎"; 25 | require("#/config/index.js"); 26 | const ppth = require("path"); 27 | const tpth = ppth.basename(__filename); 28 | const currFile = tpth.slice(0, -3).toLowerCase(); 29 | module.exports = async ( 30 | BloomBot, 31 | chatkey, 32 | gmeta, 33 | isAdmin, 34 | groupName, 35 | isbotAdmin, 36 | groupAdmins, 37 | participants, 38 | ) => { 39 | try { 40 | await BloomBot.magfetch( 41 | BloomBot, 42 | `https://magneum.vercel.server/api/sfw?q=${currFile.slice(1)}`, 43 | ).then(async (response) => { 44 | const mgdata = response.data; 45 | 46 | 47 | return await BloomBot.imagebutton( 48 | BloomBot, 49 | chatkey, 50 | `*🌻Hola!* ${currFile} for ${BloomBot.pushname || BloomBot.tagname} 51 | *📚Topic:* ${mgdata.meta.topic} 52 | *❓Query*: ${mgdata.meta.query}`, 53 | mgdata.meta.url, 54 | ); 55 | }); 56 | } catch (error) { 57 | return BloomBot.handlerror(BloomBot, chatkey, error); 58 | } 59 | }; 60 | module.exports.aliases = []; 61 | --------------------------------------------------------------------------------