Add /help, fix Telegram multi-threaded start
This commit is contained in:
@@ -23,5 +23,7 @@ func New(cc *context.Context) {
|
||||
|
||||
log.Info().Msg("Starting Telegram instance")
|
||||
|
||||
StartBot()
|
||||
go func() {
|
||||
StartBot()
|
||||
}()
|
||||
}
|
||||
|
Reference in New Issue
Block a user