Added and updated repositories 2026-03-11 01:21:45

This commit is contained in:
github-actions[bot]
2026-03-11 01:21:45 +00:00
parent 02b1aa9f68
commit 7fbb379419
20 changed files with 1680 additions and 343 deletions

View File

@@ -465,6 +465,7 @@ class AutoFarmbotMod(loader.Module):
:return:
"""
self.client = client
self.tg_id = (await client.get_me()).id
self.db = 0
self.redis = await aioredis.from_url(
self.config["config_redis_cloud_link"],