Update Akeno/__main__.py
Browse files- Akeno/__main__.py +1 -1
Akeno/__main__.py
CHANGED
@@ -45,7 +45,7 @@ async def main():
|
|
45 |
await cli.start()
|
46 |
ex = await cli.get_me()
|
47 |
LOGS.info(f"Started {ex.first_name}")
|
48 |
-
await cli.send_message("me", "Starting Userbot")
|
49 |
await cli.join_chat("RendyProjects")
|
50 |
except UserIsBlocked:
|
51 |
LOGS.error("You have been blocked. Please support @xtdevs")
|
|
|
45 |
await cli.start()
|
46 |
ex = await cli.get_me()
|
47 |
LOGS.info(f"Started {ex.first_name}")
|
48 |
+
await cli.send_message("me", "Starting Akeno Userbot")
|
49 |
await cli.join_chat("RendyProjects")
|
50 |
except UserIsBlocked:
|
51 |
LOGS.error("You have been blocked. Please support @xtdevs")
|