init code
This commit is contained in:
11
internal/services/tele/commands/start.go
Normal file
11
internal/services/tele/commands/start.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package commands
|
||||
|
||||
import "gopkg.in/telebot.v3"
|
||||
|
||||
const what = `Welcome on board! Here is some tips:
|
||||
- /p to get pricing
|
||||
- /l to list current positions`
|
||||
|
||||
func OnStart(context telebot.Context) error {
|
||||
return context.Send(what)
|
||||
}
|
||||
Reference in New Issue
Block a user