Skip to content

Commit

Permalink
Automated code formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ryomen-Sukuna <[email protected]>
  • Loading branch information
Ryomen-Sukuna committed Nov 22, 2021
1 parent 10fe10d commit ead2789
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zeldris/modules/afk.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ def check_afk(update, _, user_id: int, fst_name: int, userc_id: int):
if reason == "none":
res = f"{fst_name} is AFK!\nLast seen: {since_afk}"
else:
res = (
f"{fst_name} is AFK!\nReason: {reason}\nLast seen: {since_afk}"
)
res = f"{fst_name} is AFK!\nReason: {reason}\nLast seen: {since_afk}"

update.effective_message.reply_text(res)

Expand Down

0 comments on commit ead2789

Please sign in to comment.