return "hello"
IM EXPECTING HAVE CODE NEXT TO THIS LIKE
↓↓↓
if user_message again ("hi")
return "i said hello"
so it become:
if user_message in ("hi"):
return "hello"
if user_message again ("hi")
return "i said hello"
but its not working, so how to write it?
by the way it's for telegram bot
i was going to ask what "again" means in this code, but my message just disappeared
aiogram, i mean i want my bot response irritable if user say words x2 or more
https://t.me/BotTalk/665378 this is what i mean
okay, show your code then
Обсуждают сегодня