Skip to content

Commit

Permalink
user_mute
Browse files Browse the repository at this point in the history
  • Loading branch information
shpaker committed Aug 7, 2021
1 parent f11af94 commit 61e320b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatushka/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async def on_mute_command(
return None
await api.send_message(
chat_id=message.chat.id,
text=f"Лапки коротковаты чтоб убить {message.reply_to_message.user.readable_name}",
text=f"Лапки коротковаты чтоб покарать {message.reply_to_message.user.readable_name}",
reply_to_message_id=message.message_id,
)

Expand Down

0 comments on commit 61e320b

Please sign in to comment.