randydev commited on
Commit
35a25f6
1 Parent(s): 565dd68

Update chatbot/__init__.py

Browse files
Files changed (1) hide show
  1. chatbot/__init__.py +1 -6
chatbot/__init__.py CHANGED
@@ -67,12 +67,7 @@ class Randydev(Client):
67
  layer,
68
  self.me.username,
69
  )
70
- await send_log(
71
- "akn running with Pyrogram v%s (Layer %s) started on @%s. Hi!",
72
- pyrogram.__version__,
73
- layer,
74
- self.me.username,
75
- )
76
  async def stop(self):
77
  try:
78
  await super().stop()
 
67
  layer,
68
  self.me.username,
69
  )
70
+ await send_log(f"akn running with Pyrogram started on @{self.me.username} Hi!")
 
 
 
 
 
71
  async def stop(self):
72
  try:
73
  await super().stop()