mirror of
https://github.com/cdryzun/tg_bot_collections.git
synced 2025-07-06 14:56:43 +08:00
enlarge context to 8K
This commit is contained in:
@ -35,8 +35,7 @@ def yi_handler(message: Message, bot: TeleBot) -> None:
|
||||
)
|
||||
else:
|
||||
player_message = yi_player_dict[str(message.from_user.id)]
|
||||
q = m.strip()
|
||||
if q == "clear" or len(q) == 0:
|
||||
if m.strip() == "clear":
|
||||
bot.reply_to(
|
||||
message,
|
||||
"just clear your yi messages history",
|
||||
|
Reference in New Issue
Block a user