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:
0e2ba24
)
removed online message on start
author
Eduardo
<
[email protected]
>
Thu, 28 Mar 2024 19:36:56 +0000
(20:36 +0100)
committer
Eduardo
<
[email protected]
>
Thu, 28 Mar 2024 19:36:56 +0000
(20:36 +0100)
telegram.go
patch
|
blob
|
history
diff --git
a/telegram.go
b/telegram.go
index d15b61c9651e9f8ea5a2d1056b45b367ac18938e..a687d47bc3d7832eb17c98e332c03423cb026bbe 100644
(file)
--- a/
telegram.go
+++ b/
telegram.go
@@
-108,7
+108,7
@@
func handleCommand(chatId int64, command string) error {
switch command {
case "/start":
- err = send
Menu(chatId
)
+ err = send
TelegramMessage(chatId, "Yahallo!"
)
case "/help":
err = sendTelegramMessage(chatId, "Currently my only comands are /start, /help and /sylph\n I'm a work in progress, please don't tease me.")