add /start and /ping commands

This commit is contained in:
Владимир Фёдоров 2022-04-03 18:15:09 +07:00
parent 7ee6c27c39
commit cd1e9c27e9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ func run() {
if err != nil {
panic(err)
}
opts.Token = token
opts.Token = strings.ReplaceAll(token, "\n", "")
}
fmt.Println(opts.Token)