Merge branch 'coddrago:master' into master

pull/23/head
Rilliat 2024-11-23 22:41:42 +03:00 committed by GitHub
commit 5b5cbf2b21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -276,10 +276,6 @@ class FHeta(loader.Module):
return found_modules return found_modules
async def client_ready(self):
from telethon.tl.functions.channels import JoinChannelRequest
await self.client(JoinChannelRequest("fmodules"))
async def format_module(self, module, query): async def format_module(self, module, query):
repo_url = f"https://github.com/{module['repo']}" repo_url = f"https://github.com/{module['repo']}"
install = module['install'] install = module['install']