├── .deepsource.toml ├── .gitignore ├── .gitlab-ci.yml ├── Aptfile ├── Dockerfile ├── H1M4N5HU0P ├── mafiabot_logo.jpg └── start.sh ├── LICENSE ├── Procfile ├── README.md ├── _config.yml ├── black.jpg ├── exampleconfig.py ├── requirements.txt ├── runtime.txt ├── sample_config.py ├── string.sh ├── string_session.py ├── userbot ├── Config.py ├── __init__.py ├── __main__.py ├── _core.py ├── cmdhelp.py ├── google_imgs.py ├── helpers │ ├── FastTelethon.py │ ├── events.py │ ├── exceptions.py │ ├── extras.py │ ├── format.py │ ├── functions.py │ ├── pasters.py │ ├── qhelper.py │ ├── styles │ │ ├── 1942.tff │ │ ├── 1942.ttf │ │ ├── DIGIT.ttf │ │ ├── DisposableDroidBB_bld.ttf │ │ ├── digital.ttf │ │ ├── impact.ttf │ │ └── italic.ttf │ └── tools.py ├── plugins │ ├── README.md │ ├── __init__.py │ ├── _helper.py │ ├── _inlinebot.py │ ├── _mafiabot.py │ ├── admin.py │ ├── adultzone.py │ ├── adultzone2.py │ ├── afk.py │ ├── alive.py │ ├── amongus.py │ ├── android.py │ ├── anilist.py │ ├── animations1.py │ ├── animations2.py │ ├── anime.py │ ├── animoji.py │ ├── antiflood.py │ ├── app.py │ ├── archive.py │ ├── arts.py │ ├── ascii.py │ ├── auto_dp.py │ ├── auto_profile.py │ ├── blacklist.py │ ├── bot_data.py │ ├── broadcast.py │ ├── calc.py │ ├── carbon.py │ ├── carder.py │ ├── chain.py │ ├── channel_download.py │ ├── circle.py │ ├── climate.py │ ├── clone.py │ ├── cmd_list.py │ ├── count.py │ ├── create.py │ ├── dictionary │ ├── direct_link.py │ ├── download.py │ ├── echo.py │ ├── edits.py │ ├── emojis.py │ ├── evaluators.py │ ├── execmod.py │ ├── extra_py.py │ ├── fake.py │ ├── fakeimg.py │ ├── fconvert.py │ ├── fed_bot.py │ ├── federation.py │ ├── ff_mpeg.py │ ├── figlet.py │ ├── fileext.py │ ├── filemanager.py │ ├── filters.py │ ├── fonts.py │ ├── fpost.py │ ├── frybot.py │ ├── fun.py │ ├── fun2.py │ ├── funtxt.py │ ├── gDrive │ ├── games.py │ ├── gban.py │ ├── gcast.py │ ├── gdrive_download.py │ ├── get_them.py │ ├── gitcommit.py │ ├── github.py │ ├── gizoogle.py │ ├── global.py │ ├── gmute.py │ ├── google.py │ ├── gps.py │ ├── groupdata.py │ ├── hash.py │ ├── hellbot.py │ ├── heroku.py │ ├── history.py │ ├── hklove.py │ ├── iloveyou.py │ ├── images.py │ ├── imdb.py │ ├── img_fun.py │ ├── information.py │ ├── invite.py │ ├── json.py │ ├── labstack.py │ ├── links.py │ ├── locker.py │ ├── lydia │ ├── mafiabot.py │ ├── mafiabot_logos.py │ ├── mask.py │ ├── math.py │ ├── meaning.py │ ├── mega │ ├── memes.py │ ├── memevoice.py │ ├── memify.py │ ├── memify2.py │ ├── mirrorace.py │ ├── misc.py │ ├── mom-gf.py │ ├── mp3converter.py │ ├── mute.py │ ├── mystatus.py │ ├── new.py │ ├── new_year.py │ ├── nhentai.py │ ├── night.py │ ├── ninja.py │ ├── noice.py │ ├── ocr.py │ ├── os.py │ ├── owm.py │ ├── packer.py │ ├── pastebin.py │ ├── pat.py │ ├── picrunner.py │ ├── ping.py │ ├── plugin_info.py │ ├── pm_logger.py │ ├── pmpermit.py │ ├── pmpermit_menu.py │ ├── polls.py │ ├── poto.py │ ├── power_tools.py │ ├── ppg.py │ ├── pps │ ├── pranks.py │ ├── pro_nub.py │ ├── profile.py │ ├── purge.py │ ├── purges.py │ ├── qbot.py │ ├── quit.py │ ├── quotes.py │ ├── randompics.py │ ├── randoms.py │ ├── rapidleech.py │ ├── recognize.py │ ├── removebg.py │ ├── rename.py │ ├── replyraid.py │ ├── resend.py │ ├── schd.py │ ├── scramble.py │ ├── screenshot.py │ ├── search.py │ ├── shout.py │ ├── slap.py │ ├── snip.py │ ├── songs.py │ ├── spam.py │ ├── speedtest.py │ ├── sql_helper │ │ ├── DS_Store │ │ ├── __init__.py │ │ ├── antiflood_sql.py │ │ ├── bl_bot.py │ │ ├── blacklist_sql.py │ │ ├── botusers.py │ │ ├── broadcast_sql.py │ │ ├── echo_sql.py │ │ ├── fban_sql.py │ │ ├── filter_sql.py │ │ ├── gban_sql.py │ │ ├── gban_sql_helper.py │ │ ├── gmute_sql.py │ │ ├── idadder.py │ │ ├── lydia_sql.py │ │ ├── mute_sql.py │ │ ├── notes_sql.py │ │ ├── pmpermit_sql.py │ │ ├── snip_sql.py │ │ ├── snips_sql.py │ │ └── welcome_sql.py │ ├── stickerfun.py │ ├── stickers.py │ ├── sticklet.py │ ├── stt.py │ ├── sudo.py │ ├── system.py │ ├── tagall.py │ ├── taglogger.py │ ├── telegraph.py │ ├── test.py │ ├── thanos.py │ ├── thumbnail.py │ ├── time.py │ ├── timedp.py │ ├── timepass.py │ ├── tools.py │ ├── torrent_search.py │ ├── translate.py │ ├── tts.py │ ├── tweet.py │ ├── typing.py │ ├── ukinti.py │ ├── undlt.py │ ├── updater.py │ ├── upload_dl.py │ ├── userlist.py │ ├── valentine.py │ ├── verysteam.py │ ├── voice.py │ ├── voicechat.py │ ├── warnbun.py │ ├── watch.py │ ├── webupload.py │ ├── welcome.py │ ├── whatscrap.py │ ├── whishper.py │ ├── who.py │ ├── whois.py │ ├── wikimedia.py │ ├── wikipedia.py │ ├── youtube.py │ ├── zipper.py │ └── zombies.py └── utils.py └── var.py /.deepsource.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/.deepsource.toml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /Aptfile: -------------------------------------------------------------------------------- 1 | pv 2 | jq 3 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/Dockerfile -------------------------------------------------------------------------------- /H1M4N5HU0P/mafiabot_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/H1M4N5HU0P/mafiabot_logo.jpg -------------------------------------------------------------------------------- /H1M4N5HU0P/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/H1M4N5HU0P/start.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/LICENSE -------------------------------------------------------------------------------- /Procfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/Procfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/_config.yml -------------------------------------------------------------------------------- /black.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/black.jpg -------------------------------------------------------------------------------- /exampleconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/exampleconfig.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/requirements.txt -------------------------------------------------------------------------------- /runtime.txt: -------------------------------------------------------------------------------- 1 | python-3.8.5 2 | -------------------------------------------------------------------------------- /sample_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/sample_config.py -------------------------------------------------------------------------------- /string.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/string.sh -------------------------------------------------------------------------------- /string_session.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/string_session.py -------------------------------------------------------------------------------- /userbot/Config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/Config.py -------------------------------------------------------------------------------- /userbot/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/__init__.py -------------------------------------------------------------------------------- /userbot/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/__main__.py -------------------------------------------------------------------------------- /userbot/_core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/_core.py -------------------------------------------------------------------------------- /userbot/cmdhelp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/cmdhelp.py -------------------------------------------------------------------------------- /userbot/google_imgs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/google_imgs.py -------------------------------------------------------------------------------- /userbot/helpers/FastTelethon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/FastTelethon.py -------------------------------------------------------------------------------- /userbot/helpers/events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/events.py -------------------------------------------------------------------------------- /userbot/helpers/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/exceptions.py -------------------------------------------------------------------------------- /userbot/helpers/extras.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/extras.py -------------------------------------------------------------------------------- /userbot/helpers/format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/format.py -------------------------------------------------------------------------------- /userbot/helpers/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/functions.py -------------------------------------------------------------------------------- /userbot/helpers/pasters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/pasters.py -------------------------------------------------------------------------------- /userbot/helpers/qhelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/qhelper.py -------------------------------------------------------------------------------- /userbot/helpers/styles/1942.tff: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /userbot/helpers/styles/1942.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/styles/1942.ttf -------------------------------------------------------------------------------- /userbot/helpers/styles/DIGIT.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/styles/DIGIT.ttf -------------------------------------------------------------------------------- /userbot/helpers/styles/DisposableDroidBB_bld.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/styles/DisposableDroidBB_bld.ttf -------------------------------------------------------------------------------- /userbot/helpers/styles/digital.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/styles/digital.ttf -------------------------------------------------------------------------------- /userbot/helpers/styles/impact.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/styles/impact.ttf -------------------------------------------------------------------------------- /userbot/helpers/styles/italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/styles/italic.ttf -------------------------------------------------------------------------------- /userbot/helpers/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/helpers/tools.py -------------------------------------------------------------------------------- /userbot/plugins/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/README.md -------------------------------------------------------------------------------- /userbot/plugins/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/__init__.py -------------------------------------------------------------------------------- /userbot/plugins/_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/_helper.py -------------------------------------------------------------------------------- /userbot/plugins/_inlinebot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/_inlinebot.py -------------------------------------------------------------------------------- /userbot/plugins/_mafiabot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/_mafiabot.py -------------------------------------------------------------------------------- /userbot/plugins/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/admin.py -------------------------------------------------------------------------------- /userbot/plugins/adultzone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/adultzone.py -------------------------------------------------------------------------------- /userbot/plugins/adultzone2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/adultzone2.py -------------------------------------------------------------------------------- /userbot/plugins/afk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/afk.py -------------------------------------------------------------------------------- /userbot/plugins/alive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/alive.py -------------------------------------------------------------------------------- /userbot/plugins/amongus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/amongus.py -------------------------------------------------------------------------------- /userbot/plugins/android.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/android.py -------------------------------------------------------------------------------- /userbot/plugins/anilist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/anilist.py -------------------------------------------------------------------------------- /userbot/plugins/animations1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/animations1.py -------------------------------------------------------------------------------- /userbot/plugins/animations2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/animations2.py -------------------------------------------------------------------------------- /userbot/plugins/anime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/anime.py -------------------------------------------------------------------------------- /userbot/plugins/animoji.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/animoji.py -------------------------------------------------------------------------------- /userbot/plugins/antiflood.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/antiflood.py -------------------------------------------------------------------------------- /userbot/plugins/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/app.py -------------------------------------------------------------------------------- /userbot/plugins/archive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/archive.py -------------------------------------------------------------------------------- /userbot/plugins/arts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/arts.py -------------------------------------------------------------------------------- /userbot/plugins/ascii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/ascii.py -------------------------------------------------------------------------------- /userbot/plugins/auto_dp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/auto_dp.py -------------------------------------------------------------------------------- /userbot/plugins/auto_profile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/auto_profile.py -------------------------------------------------------------------------------- /userbot/plugins/blacklist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/blacklist.py -------------------------------------------------------------------------------- /userbot/plugins/bot_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/bot_data.py -------------------------------------------------------------------------------- /userbot/plugins/broadcast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/broadcast.py -------------------------------------------------------------------------------- /userbot/plugins/calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/calc.py -------------------------------------------------------------------------------- /userbot/plugins/carbon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/carbon.py -------------------------------------------------------------------------------- /userbot/plugins/carder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/carder.py -------------------------------------------------------------------------------- /userbot/plugins/chain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/chain.py -------------------------------------------------------------------------------- /userbot/plugins/channel_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/channel_download.py -------------------------------------------------------------------------------- /userbot/plugins/circle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/circle.py -------------------------------------------------------------------------------- /userbot/plugins/climate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/climate.py -------------------------------------------------------------------------------- /userbot/plugins/clone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/clone.py -------------------------------------------------------------------------------- /userbot/plugins/cmd_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/cmd_list.py -------------------------------------------------------------------------------- /userbot/plugins/count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/count.py -------------------------------------------------------------------------------- /userbot/plugins/create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/create.py -------------------------------------------------------------------------------- /userbot/plugins/dictionary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/dictionary -------------------------------------------------------------------------------- /userbot/plugins/direct_link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/direct_link.py -------------------------------------------------------------------------------- /userbot/plugins/download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/download.py -------------------------------------------------------------------------------- /userbot/plugins/echo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/echo.py -------------------------------------------------------------------------------- /userbot/plugins/edits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/edits.py -------------------------------------------------------------------------------- /userbot/plugins/emojis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/emojis.py -------------------------------------------------------------------------------- /userbot/plugins/evaluators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/evaluators.py -------------------------------------------------------------------------------- /userbot/plugins/execmod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/execmod.py -------------------------------------------------------------------------------- /userbot/plugins/extra_py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/extra_py.py -------------------------------------------------------------------------------- /userbot/plugins/fake.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/fake.py -------------------------------------------------------------------------------- /userbot/plugins/fakeimg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/fakeimg.py -------------------------------------------------------------------------------- /userbot/plugins/fconvert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/fconvert.py -------------------------------------------------------------------------------- /userbot/plugins/fed_bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/fed_bot.py -------------------------------------------------------------------------------- /userbot/plugins/federation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/federation.py -------------------------------------------------------------------------------- /userbot/plugins/ff_mpeg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/ff_mpeg.py -------------------------------------------------------------------------------- /userbot/plugins/figlet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/figlet.py -------------------------------------------------------------------------------- /userbot/plugins/fileext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/fileext.py -------------------------------------------------------------------------------- /userbot/plugins/filemanager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/filemanager.py -------------------------------------------------------------------------------- /userbot/plugins/filters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/filters.py -------------------------------------------------------------------------------- /userbot/plugins/fonts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/fonts.py -------------------------------------------------------------------------------- /userbot/plugins/fpost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/fpost.py -------------------------------------------------------------------------------- /userbot/plugins/frybot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/frybot.py -------------------------------------------------------------------------------- /userbot/plugins/fun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/fun.py -------------------------------------------------------------------------------- /userbot/plugins/fun2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/fun2.py -------------------------------------------------------------------------------- /userbot/plugins/funtxt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/funtxt.py -------------------------------------------------------------------------------- /userbot/plugins/gDrive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/gDrive -------------------------------------------------------------------------------- /userbot/plugins/games.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/games.py -------------------------------------------------------------------------------- /userbot/plugins/gban.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/gban.py -------------------------------------------------------------------------------- /userbot/plugins/gcast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/gcast.py -------------------------------------------------------------------------------- /userbot/plugins/gdrive_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/gdrive_download.py -------------------------------------------------------------------------------- /userbot/plugins/get_them.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/get_them.py -------------------------------------------------------------------------------- /userbot/plugins/gitcommit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/gitcommit.py -------------------------------------------------------------------------------- /userbot/plugins/github.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/github.py -------------------------------------------------------------------------------- /userbot/plugins/gizoogle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/gizoogle.py -------------------------------------------------------------------------------- /userbot/plugins/global.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/global.py -------------------------------------------------------------------------------- /userbot/plugins/gmute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/gmute.py -------------------------------------------------------------------------------- /userbot/plugins/google.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/google.py -------------------------------------------------------------------------------- /userbot/plugins/gps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/gps.py -------------------------------------------------------------------------------- /userbot/plugins/groupdata.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/groupdata.py -------------------------------------------------------------------------------- /userbot/plugins/hash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/hash.py -------------------------------------------------------------------------------- /userbot/plugins/hellbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/hellbot.py -------------------------------------------------------------------------------- /userbot/plugins/heroku.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/heroku.py -------------------------------------------------------------------------------- /userbot/plugins/history.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/history.py -------------------------------------------------------------------------------- /userbot/plugins/hklove.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/hklove.py -------------------------------------------------------------------------------- /userbot/plugins/iloveyou.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/iloveyou.py -------------------------------------------------------------------------------- /userbot/plugins/images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/images.py -------------------------------------------------------------------------------- /userbot/plugins/imdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/imdb.py -------------------------------------------------------------------------------- /userbot/plugins/img_fun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/img_fun.py -------------------------------------------------------------------------------- /userbot/plugins/information.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/information.py -------------------------------------------------------------------------------- /userbot/plugins/invite.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/invite.py -------------------------------------------------------------------------------- /userbot/plugins/json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/json.py -------------------------------------------------------------------------------- /userbot/plugins/labstack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/labstack.py -------------------------------------------------------------------------------- /userbot/plugins/links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/links.py -------------------------------------------------------------------------------- /userbot/plugins/locker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/locker.py -------------------------------------------------------------------------------- /userbot/plugins/lydia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/lydia -------------------------------------------------------------------------------- /userbot/plugins/mafiabot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/mafiabot.py -------------------------------------------------------------------------------- /userbot/plugins/mafiabot_logos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/mafiabot_logos.py -------------------------------------------------------------------------------- /userbot/plugins/mask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/mask.py -------------------------------------------------------------------------------- /userbot/plugins/math.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/math.py -------------------------------------------------------------------------------- /userbot/plugins/meaning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/meaning.py -------------------------------------------------------------------------------- /userbot/plugins/mega: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/mega -------------------------------------------------------------------------------- /userbot/plugins/memes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/memes.py -------------------------------------------------------------------------------- /userbot/plugins/memevoice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/memevoice.py -------------------------------------------------------------------------------- /userbot/plugins/memify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/memify.py -------------------------------------------------------------------------------- /userbot/plugins/memify2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/memify2.py -------------------------------------------------------------------------------- /userbot/plugins/mirrorace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/mirrorace.py -------------------------------------------------------------------------------- /userbot/plugins/misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/misc.py -------------------------------------------------------------------------------- /userbot/plugins/mom-gf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/mom-gf.py -------------------------------------------------------------------------------- /userbot/plugins/mp3converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/mp3converter.py -------------------------------------------------------------------------------- /userbot/plugins/mute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/mute.py -------------------------------------------------------------------------------- /userbot/plugins/mystatus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/mystatus.py -------------------------------------------------------------------------------- /userbot/plugins/new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/new.py -------------------------------------------------------------------------------- /userbot/plugins/new_year.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/new_year.py -------------------------------------------------------------------------------- /userbot/plugins/nhentai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/nhentai.py -------------------------------------------------------------------------------- /userbot/plugins/night.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/night.py -------------------------------------------------------------------------------- /userbot/plugins/ninja.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/ninja.py -------------------------------------------------------------------------------- /userbot/plugins/noice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/noice.py -------------------------------------------------------------------------------- /userbot/plugins/ocr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/ocr.py -------------------------------------------------------------------------------- /userbot/plugins/os.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/os.py -------------------------------------------------------------------------------- /userbot/plugins/owm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/owm.py -------------------------------------------------------------------------------- /userbot/plugins/packer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/packer.py -------------------------------------------------------------------------------- /userbot/plugins/pastebin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/pastebin.py -------------------------------------------------------------------------------- /userbot/plugins/pat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/pat.py -------------------------------------------------------------------------------- /userbot/plugins/picrunner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/picrunner.py -------------------------------------------------------------------------------- /userbot/plugins/ping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/ping.py -------------------------------------------------------------------------------- /userbot/plugins/plugin_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/plugin_info.py -------------------------------------------------------------------------------- /userbot/plugins/pm_logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/pm_logger.py -------------------------------------------------------------------------------- /userbot/plugins/pmpermit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/pmpermit.py -------------------------------------------------------------------------------- /userbot/plugins/pmpermit_menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/pmpermit_menu.py -------------------------------------------------------------------------------- /userbot/plugins/polls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/polls.py -------------------------------------------------------------------------------- /userbot/plugins/poto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/poto.py -------------------------------------------------------------------------------- /userbot/plugins/power_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/power_tools.py -------------------------------------------------------------------------------- /userbot/plugins/ppg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/ppg.py -------------------------------------------------------------------------------- /userbot/plugins/pps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/pps -------------------------------------------------------------------------------- /userbot/plugins/pranks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/pranks.py -------------------------------------------------------------------------------- /userbot/plugins/pro_nub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/pro_nub.py -------------------------------------------------------------------------------- /userbot/plugins/profile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/profile.py -------------------------------------------------------------------------------- /userbot/plugins/purge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/purge.py -------------------------------------------------------------------------------- /userbot/plugins/purges.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/purges.py -------------------------------------------------------------------------------- /userbot/plugins/qbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/qbot.py -------------------------------------------------------------------------------- /userbot/plugins/quit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/quit.py -------------------------------------------------------------------------------- /userbot/plugins/quotes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/quotes.py -------------------------------------------------------------------------------- /userbot/plugins/randompics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/randompics.py -------------------------------------------------------------------------------- /userbot/plugins/randoms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/randoms.py -------------------------------------------------------------------------------- /userbot/plugins/rapidleech.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/rapidleech.py -------------------------------------------------------------------------------- /userbot/plugins/recognize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/recognize.py -------------------------------------------------------------------------------- /userbot/plugins/removebg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/removebg.py -------------------------------------------------------------------------------- /userbot/plugins/rename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/rename.py -------------------------------------------------------------------------------- /userbot/plugins/replyraid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/replyraid.py -------------------------------------------------------------------------------- /userbot/plugins/resend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/resend.py -------------------------------------------------------------------------------- /userbot/plugins/schd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/schd.py -------------------------------------------------------------------------------- /userbot/plugins/scramble.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/scramble.py -------------------------------------------------------------------------------- /userbot/plugins/screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/screenshot.py -------------------------------------------------------------------------------- /userbot/plugins/search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/search.py -------------------------------------------------------------------------------- /userbot/plugins/shout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/shout.py -------------------------------------------------------------------------------- /userbot/plugins/slap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/slap.py -------------------------------------------------------------------------------- /userbot/plugins/snip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/snip.py -------------------------------------------------------------------------------- /userbot/plugins/songs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/songs.py -------------------------------------------------------------------------------- /userbot/plugins/spam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/spam.py -------------------------------------------------------------------------------- /userbot/plugins/speedtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/speedtest.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/DS_Store -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/__init__.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/antiflood_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/antiflood_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/bl_bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/bl_bot.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/blacklist_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/blacklist_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/botusers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/botusers.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/broadcast_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/broadcast_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/echo_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/echo_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/fban_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/fban_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/filter_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/filter_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/gban_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/gban_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/gban_sql_helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/gban_sql_helper.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/gmute_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/gmute_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/idadder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/idadder.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/lydia_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/lydia_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/mute_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/mute_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/notes_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/notes_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/pmpermit_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/pmpermit_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/snip_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/snip_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/snips_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/snips_sql.py -------------------------------------------------------------------------------- /userbot/plugins/sql_helper/welcome_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sql_helper/welcome_sql.py -------------------------------------------------------------------------------- /userbot/plugins/stickerfun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/stickerfun.py -------------------------------------------------------------------------------- /userbot/plugins/stickers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/stickers.py -------------------------------------------------------------------------------- /userbot/plugins/sticklet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sticklet.py -------------------------------------------------------------------------------- /userbot/plugins/stt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/stt.py -------------------------------------------------------------------------------- /userbot/plugins/sudo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/sudo.py -------------------------------------------------------------------------------- /userbot/plugins/system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/system.py -------------------------------------------------------------------------------- /userbot/plugins/tagall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/tagall.py -------------------------------------------------------------------------------- /userbot/plugins/taglogger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/taglogger.py -------------------------------------------------------------------------------- /userbot/plugins/telegraph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/telegraph.py -------------------------------------------------------------------------------- /userbot/plugins/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/test.py -------------------------------------------------------------------------------- /userbot/plugins/thanos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/thanos.py -------------------------------------------------------------------------------- /userbot/plugins/thumbnail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/thumbnail.py -------------------------------------------------------------------------------- /userbot/plugins/time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/time.py -------------------------------------------------------------------------------- /userbot/plugins/timedp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/timedp.py -------------------------------------------------------------------------------- /userbot/plugins/timepass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/timepass.py -------------------------------------------------------------------------------- /userbot/plugins/tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/tools.py -------------------------------------------------------------------------------- /userbot/plugins/torrent_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/torrent_search.py -------------------------------------------------------------------------------- /userbot/plugins/translate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/translate.py -------------------------------------------------------------------------------- /userbot/plugins/tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/tts.py -------------------------------------------------------------------------------- /userbot/plugins/tweet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/tweet.py -------------------------------------------------------------------------------- /userbot/plugins/typing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/typing.py -------------------------------------------------------------------------------- /userbot/plugins/ukinti.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/ukinti.py -------------------------------------------------------------------------------- /userbot/plugins/undlt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/undlt.py -------------------------------------------------------------------------------- /userbot/plugins/updater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/updater.py -------------------------------------------------------------------------------- /userbot/plugins/upload_dl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/upload_dl.py -------------------------------------------------------------------------------- /userbot/plugins/userlist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/userlist.py -------------------------------------------------------------------------------- /userbot/plugins/valentine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/valentine.py -------------------------------------------------------------------------------- /userbot/plugins/verysteam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/verysteam.py -------------------------------------------------------------------------------- /userbot/plugins/voice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/voice.py -------------------------------------------------------------------------------- /userbot/plugins/voicechat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/voicechat.py -------------------------------------------------------------------------------- /userbot/plugins/warnbun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/warnbun.py -------------------------------------------------------------------------------- /userbot/plugins/watch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/watch.py -------------------------------------------------------------------------------- /userbot/plugins/webupload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/webupload.py -------------------------------------------------------------------------------- /userbot/plugins/welcome.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/welcome.py -------------------------------------------------------------------------------- /userbot/plugins/whatscrap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/whatscrap.py -------------------------------------------------------------------------------- /userbot/plugins/whishper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/whishper.py -------------------------------------------------------------------------------- /userbot/plugins/who.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/who.py -------------------------------------------------------------------------------- /userbot/plugins/whois.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/whois.py -------------------------------------------------------------------------------- /userbot/plugins/wikimedia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/wikimedia.py -------------------------------------------------------------------------------- /userbot/plugins/wikipedia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/wikipedia.py -------------------------------------------------------------------------------- /userbot/plugins/youtube.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/youtube.py -------------------------------------------------------------------------------- /userbot/plugins/zipper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/zipper.py -------------------------------------------------------------------------------- /userbot/plugins/zombies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/plugins/zombies.py -------------------------------------------------------------------------------- /userbot/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/userbot/utils.py -------------------------------------------------------------------------------- /var.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/H1M4N5HU0P/MAFIA-USERBOT/HEAD/var.py --------------------------------------------------------------------------------