diff options
| author | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-20 18:38:01 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-20 18:38:01 +0300 |
| commit | 4dfe527f203cbae9b90e77e876fcfd90803bcb26 (patch) | |
| tree | b2d75cdd5e949cee4bde82a8ca508d623990b4e4 /web/web.go | |
| parent | 980ebd99ca2b7d9d319ba982dc0c1271328832cb (diff) | |
init i18n in tgbot
Diffstat (limited to 'web/web.go')
| -rw-r--r-- | web/web.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -367,7 +367,7 @@ func (s *Server) Start() (err error) { isTgbotenabled, err := s.settingService.GetTgbotenabled() if (err == nil) && (isTgbotenabled) { tgBot := s.tgbotService.NewTgbot() - tgBot.Start() + tgBot.Start(i18nFS) } return nil |
