From 614182f7cb1d0ee955403ee6224d8e7e8bdeb637 Mon Sep 17 00:00:00 2001 From: Rilliat Date: Mon, 16 Dec 2024 13:56:48 +0300 Subject: [PATCH] update presets and add doc for .presets command --- hikka/modules/presets.py | 113 ++++++++++++++++++++------------------- 1 file changed, 57 insertions(+), 56 deletions(-) diff --git a/hikka/modules/presets.py b/hikka/modules/presets.py index 51ae19a..6470a41 100644 --- a/hikka/modules/presets.py +++ b/hikka/modules/presets.py @@ -16,75 +16,75 @@ logger = logging.getLogger(__name__) PRESETS = { "fun": [ - "https://heta.dan.tatar/aniquotes.py", - "https://heta.dan.tatar/artai.py", - "https://heta.dan.tatar/inline_ghoul.py", - "https://heta.dan.tatar/lovemagic.py", - "https://heta.dan.tatar/mindgame.py", - "https://heta.dan.tatar/moonlove.py", - "https://heta.dan.tatar/neko.py", - "https://heta.dan.tatar/purr.py", - "https://heta.dan.tatar/rpmod.py", - "https://heta.dan.tatar/scrolller.py", - "https://heta.dan.tatar/tictactoe.py", - "https://heta.dan.tatar/trashguy.py", - "https://heta.dan.tatar/truth_or_dare.py", - "https://heta.dan.tatar/sticks.py", - "https://heta.dan.tatar/premium_sticks.py", - "https://heta.dan.tatar/MoriSummerz/ftg-mods/magictext.py", - "https://heta.dan.tatar/HitaloSama/FTG-modules-repo/quotes.py", - "https://heta.dan.tatar/HitaloSama/FTG-modules-repo/spam.py", - "https://heta.dan.tatar/SkillsAngels/Modules/IrisLab.py", - "https://heta.dan.tatar/Fl1yd/FTG-Modules/arts.py", - "https://heta.dan.tatar/SkillsAngels/Modules/Complements.py", - "https://heta.dan.tatar/Den4ikSuperOstryyPer4ik/Astro-modules/Compliments.py", - "https://heta.dan.tatar/vsecoder/hikka_modules/mazemod.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/aniquotes.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/artai.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/inline_ghoul.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/lovemagic.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/mindgame.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/moonlove.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/neko.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/purr.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/rpmod.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/scrolller.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/tictactoe.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/trashguy.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/truth_or_dare.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/sticks.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/premium_sticks.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/magictext.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/quotes.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/spam.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/IrisLab.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/arts.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/Complements.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/Compliments.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/mazemod.py", "https://raw.githubusercontent.com/coddrago/modules/main/dice.py", "https://raw.githubusercontent.com/coddrago/modules/main/loli.py", "https://raw.githubusercontent.com/coddrago/modules/main/DoxTool.py", "https://raw.githubusercontent.com/coddrago/modules/main/randomizer.py", ], "chat": [ - "https://heta.dan.tatar/activists.py", - "https://heta.dan.tatar/banstickers.py", - "https://heta.dan.tatar/hikarichat.py", - "https://heta.dan.tatar/inactive.py", - "https://heta.dan.tatar/keyword.py", - "https://heta.dan.tatar/tagall.py", - "https://heta.dan.tatar/voicechat.py", - "https://heta.dan.tatar/vtt.py", - "https://heta.dan.tatar/SekaiYoneya/Friendly-telegram/BanMedia.py", - "https://heta.dan.tatar/iamnalinor/FTG-modules/swmute.py", - "https://heta.dan.tatar/GeekTG/FTG-Modules/filter.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/activists.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/banstickers.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/hikarichat.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/inactive.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/keyword.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/tagall.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/voicechat.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/vtt.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/BanMedia.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/swmute.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/filter.py", "https://raw.githubusercontent.com/coddrago/modules/main/id.py", "https://raw.githubusercontent.com/coddrago/modules/main/clickon.py", ], "service": [ - "https://heta.dan.tatar/account_switcher.py", - "https://heta.dan.tatar/surl.py", - "https://heta.dan.tatar/httpsc.py", - "https://heta.dan.tatar/img2pdf.py", - "https://heta.dan.tatar/latex.py", - "https://heta.dan.tatar/pollplot.py", - "https://heta.dan.tatar/sticks.py", - "https://heta.dan.tatar/temp_chat.py", - "https://heta.dan.tatar/vtt.py", - "https://heta.dan.tatar/vsecoder/hikka_modules/accounttime.py", - "https://heta.dan.tatar/vsecoder/hikka_modules/searx.py", - "https://heta.dan.tatar/iamnalinor/FTG-modules/swmute.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/account_switcher.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/surl.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/httpsc.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/img2pdf.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/latex.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/pollplot.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/sticks.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/temp_chat.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/vtt.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/accounttime.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/searx.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/swmute.py", "https://raw.githubusercontent.com/coddrago/modules/main/modlist.py", ], "downloaders": [ "https://heta.dan.tatar/musicdl.py", - "https://heta.dan.tatar/uploader.py", - "https://heta.dan.tatar/porn.py", - "https://heta.dan.tatar/web2file.py", - "https://heta.dan.tatar/AmoreForever/amoremods/instsave.py", - "https://heta.dan.tatar/CakesTwix/Hikka-Modules/tikcock.py", - "https://heta.dan.tatar/CakesTwix/Hikka-Modules/InlineYouTube.py", - "https://heta.dan.tatar/CakesTwix/Hikka-Modules/InlineSpotifyDownloader.py", - "https://heta.dan.tatar/GeekTG/FTG-Modules/downloader.py", - "https://heta.dan.tatar/Den4ikSuperOstryyPer4ik/Astro-modules/dl_yt_previews.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/uploader.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/porn.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/web2file.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/instsave.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/tikcock.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/InlineYouTube.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/InlineSpotifyDownloader.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/downloader.py", + "https://github.com/amm1edev/ame_repo/raw/refs/heads/main/dl_yt_previews.py", ], } @@ -204,8 +204,9 @@ class Presets(loader.Module): await self._menu() - @loader.command() + @loader.command(ru_doc='| Пакеты модулей для загрузки', ua_doc='| Пакети модулів для завантаження', de_doc='| Pakete mit Modulen zum Laden') async def presets(self, message: Message): + """| Packs of modules to load""" await self.inline.form( message=message, photo='https://imgur.com/a/SF0MPmQ.png',