Update repository URLs in clone_repos.py

This commit is contained in:
Macsim
2025-11-30 15:49:32 +03:00
committed by GitHub
parent d2436652ab
commit 2e2ebd512f

View File

@@ -34,7 +34,7 @@ repos = [
"https://github.com/AmoreForever/amoremods",
"https://github.com/idiotcoders/idiotmodules",
"https://github.com/CakesTwix/Hikka-Modules",
"https://github.com/C0dwiz/H.Modules",
"https://github.com/archquise/H.Modules",
"https://github.com/GD-alt/mm-hikka-mods",
"https://github.com/HitaloSama/FTG-modules-repo",
"https://github.com/SekaiYoneya/Friendly-telegram",
@@ -51,7 +51,9 @@ repos = [
"https://github.com/fiksofficial/python-modules",
"https://github.com/mead0wsss/mead0wsMods",
"https://github.com/SenkoGuardian/SenModules",
"https://github.com/ZetGoHack/nullmod"
"https://github.com/ZetGoHack/nullmod",
"https://github.com/yummy1gay/limoka"
]
def configure_git():
@@ -174,4 +176,4 @@ if __name__ == "__main__":
configure_git() # Set Git configuration at the start
clean_unused_repos()
for repo_url in repos:
clone_or_update_repo(repo_url)
clone_or_update_repo(repo_url)