mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-06-24 05:12:22 +08:00
typo fixed:you->your in line 41
This commit is contained in:
@ -38,7 +38,7 @@ def yi_handler(message: Message, bot: TeleBot) -> None:
|
|||||||
if m.strip() == "clear":
|
if m.strip() == "clear":
|
||||||
bot.reply_to(
|
bot.reply_to(
|
||||||
message,
|
message,
|
||||||
"just clear you yi messages history",
|
"just clear your yi messages history",
|
||||||
)
|
)
|
||||||
player_message.clear()
|
player_message.clear()
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user