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

Commit a48fdc3

Browse files
committed
Update: Little update
Signed-off-by: MoveAngel <[email protected]>
1 parent 9a34ae2 commit a48fdc3

File tree

2 files changed

+1
-43
lines changed

2 files changed

+1
-43
lines changed

userbot/modules/afk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async def mention_afk(mention):
5454
if mention.sender_id not in USERS:
5555
if AFKREASON:
5656
await mention.reply(f"I'm AFK right now.\
57-
\nBecause I'm `{AFKREASON}`")
57+
\nReason: `{AFKREASON}`")
5858
else:
5959
await mention.reply(str(choice(AFKSTR)))
6060
USERS.update({mention.sender_id: 1})

userbot/modules/calendar.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)