Captain Ezio commited on
Commit
76bcefe
·
1 Parent(s): 272c25a

That's why I use code editor

Browse files
Files changed (1) hide show
  1. Powers/plugins/start.py +4 -6
Powers/plugins/start.py CHANGED
@@ -116,12 +116,10 @@ Join my [News Channel](https://t.me/gojo_bots_network) to get information on all
116
  ],
117
  )
118
 
119
- await m.reply_photo(
120
- photo=choice(StartPic),
121
- caption="I'm alive :3",
122
- reply_markup=kb,
123
- quote=True,
124
- )
125
  return
126
 
127
 
 
116
  ],
117
  )
118
 
119
+ await m.reply_photo(
120
+ photo=choice(StartPic),
121
+ caption="I'm alive :3",
122
+ reply_markup=kb,quote=True,)
 
 
123
  return
124
 
125