Skip to content

Commit

Permalink
Update dev.py
Browse files Browse the repository at this point in the history
Signed-off-by: Yasir Aris M <[email protected]>
  • Loading branch information
yasirarism authored Nov 6, 2023
1 parent 9de4012 commit bf48732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misskaty/plugins/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,6 @@ async def update_restart(_, ctx: Message, strings):

@app.on_raw_update(group=-99)
async def updtebot(client, update, users, _):
client.log.info(update)
if isinstance(update, UpdateBotStopped):
niuser = users[update.user_id]
if update.stopped and await db.is_user_exist(niuser.id):
Expand Down

0 comments on commit bf48732

Please sign in to comment.