Added and updated repositories 2025-12-21 01:14:41

This commit is contained in:
github-actions[bot]
2025-12-21 01:14:41 +00:00
parent fa25e8168d
commit f6795cbc84
35 changed files with 273 additions and 2659 deletions

View File

@@ -114,7 +114,7 @@ class WindowsKeys(loader.Module):
)
async def _inline__give_key(self, call, winver):
url = "https://raw.githubusercontent.com/C0dwiz/H.Modules/refs/heads/assets/winkeys.json"
url = "https://files.archquise.ru/winkeys.json"
try:
response = requests.get(url)
response.raise_for_status()