randydev commited on
Commit
47c6433
·
verified ·
1 Parent(s): ada4bd3

Update Akeno/__main__.py

Browse files
Files changed (1) hide show
  1. Akeno/__main__.py +1 -1
Akeno/__main__.py CHANGED
@@ -42,7 +42,7 @@ async def main():
42
  await cli.start()
43
  ex = await cli.get_me()
44
  LOGS.info(f"Started {ex.first_name}")
45
- await cli.send_message("me", "Starting Userbot")
46
  except Exception as e:
47
  LOGS.error(f"Error starting userbot: {e}")
48
  await idle()
 
42
  await cli.start()
43
  ex = await cli.get_me()
44
  LOGS.info(f"Started {ex.first_name}")
45
+ await cli.send_message("me", "Starting Akeno Userbot")
46
  except Exception as e:
47
  LOGS.error(f"Error starting userbot: {e}")
48
  await idle()