mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-06-23 20:48:12 +08:00
Merge pull request #22 from zhangmooran/main
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":
|
||||
bot.reply_to(
|
||||
message,
|
||||
"just clear you yi messages history",
|
||||
"just clear your yi messages history",
|
||||
)
|
||||
player_message.clear()
|
||||
return
|
||||
|
Reference in New Issue
Block a user