Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit 6f89ff6

Browse files
committed
Dahlah
1 parent e44483c commit 6f89ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userbot/modules/afk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async def type_afk_is_not_true(notafk):
142142
ISAFK = False
143143
await notafk.respond("I'm no longer AFK.")
144144
await sleep(2)
145-
await notafk.delete()
145+
await notafk.respond.delete()
146146
if BOTLOG:
147147
await notafk.client.send_message(
148148
BOTLOG_CHATID,

0 commit comments

Comments
 (0)