Added experimental cache support
All checks were successful
Analysis / SonarCloud (push) Successful in 51s

This commit is contained in:
2025-02-16 16:45:22 +01:00
parent e9abed27f8
commit 554b522400
10 changed files with 297 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ dev = { file = "requirements/dev.txt" }
pycord = { file = "requirements/pycord.txt" }
pyrogram = { file = "requirements/pyrogram.txt" }
speed = { file = "requirements/speed.txt" }
cache = { file = "requirements/cache.txt" }
[project.urls]
Source = "https://git.end-play.xyz/profitroll/LibBotUniversal"