Archived
1

Add /help, fix Telegram multi-threaded start

This commit is contained in:
2018-11-29 21:17:51 +04:00
parent 5820a37326
commit eeee9a72e3
4 changed files with 38 additions and 2 deletions

View File

@@ -23,5 +23,7 @@ func New(cc *context.Context) {
log.Info().Msg("Starting Telegram instance")
StartBot()
go func() {
StartBot()
}()
}