Skip to content

Commit

Permalink
feat: [NA] change bot name
Browse files Browse the repository at this point in the history
  • Loading branch information
vpakhuchyi committed May 7, 2024
1 parent 33e8fc5 commit 34b4b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ func init() {
viper.SetDefault("port", "8080")
viper.SetDefault("admin-username", "vpakh")
viper.SetDefault("group-name", "golang_ua_official")
viper.SetDefault("bot-name", "GolangUA Butler Local")
viper.SetDefault("bot-name", "GolangUA Bot")
viper.SetDefault("bot-description", "Бот для адміністрування української спільноти Go.")

viper.MustBindEnv("port", "PORT")
Expand Down

0 comments on commit 34b4b9b

Please sign in to comment.