Forget remove

This commit is contained in:
Yasir Aris M 2024-08-17 20:38:39 +07:00 committed by GitHub
parent c2c78d232d
commit a4146c1157
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -616,11 +616,6 @@ async def update_restart(_, ctx: Message, strings):
os.execvp(sys.executable, [sys.executable, "-m", "misskaty"])
@app.on_poll(filters.chat(-1001777794636), group=-5)
async def tespoll(self, msg):
await ctx.reply(msg)
@app.on_raw_update(group=-99)
async def updtebot(client, update, users, _):
if isinstance(update, UpdateBotStopped):