Compare commits

..

4 Commits

Author SHA1 Message Date
github-actions[bot]
63975a968f Updated modules.json after parse 2026-06-12 08:30:34 2026-06-12 08:30:34 +00:00
github-actions[bot]
a23affc8fb Added and updated repositories 2026-06-12 08:30:01 2026-06-12 08:30:01 +00:00
04cc1dc4b3 New developer 2026-06-12 11:24:33 +03:00
6b6afb7493 fix: Ported fix from stable, in python version below 3.12 you can't use " with f-strings 2026-06-08 09:46:37 +03:00
3 changed files with 68051 additions and 67865 deletions

View File

@@ -760,7 +760,7 @@ class Limoka(loader.Module):
),
},
{
"text": f"{self.strings["body_page"]} {page_body + 1}/{len(body_pages)}",
"text": f"{self.strings['body_page']} {page_body + 1}/{len(body_pages)}",
"callback": self._inline_void,
},
{

135909
modules.json

File diff suppressed because it is too large Load Diff

View File

@@ -249,6 +249,11 @@
"url": "https://github.com/archquise/q.mods",
"tags": ["herokutrusted"],
"blacklist": []
},
{
"url": "https://github.com/SunnexGB/Heroku-Modules/",
"tags": ["newbie", "herokutrusted"],
"blacklist": ["DevStats.py"]
}
]
}