projects
/
sylphiette-bot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4a815
)
default message
author
Eduardo
<
[email protected]
>
Thu, 28 Mar 2024 02:33:37 +0000
(
03:33
+0100)
committer
Eduardo
<
[email protected]
>
Thu, 28 Mar 2024 02:33:37 +0000
(
03:33
+0100)
bot.go
patch
|
blob
|
history
diff --git
a/bot.go
b/bot.go
index 63f252c7de212dbedd89e33885dc6bbae1ec87c8..7526a295c34b96e69aef76de94ade94d5ec9d692 100644
(file)
--- a/
bot.go
+++ b/
bot.go
@@
-178,6
+178,8
@@
func handleConversation(chatId int64, text string) error {
"hola sylph":
err = sendTelegramMessage(chatId, "Hola!")
+ default:
+ err = sendTelegramMessage(chatId, "Jej. No entiendi. 🤣")
}
return err