Skip to content

Commit

Permalink
fix(types): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzbit authored Jan 9, 2025
1 parent 698c281 commit 1c45e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type ArchiverBotConfig struct {
DBName string `env:"DB_NAME"`
DBPassword string `env:"DB_PASSWORD"`
DBUser string `env:"DB_USER"`
ReregisterAllCommands bool `env:"REREGISTER_COMMANMDS"`
ReregisterAllCommands bool `env:"REREGISTER_COMMANDS"`
LogLevel string `env:"LOG_LEVEL"`
Token string `env:"TOKEN"`
Cookie string `env:"COOKIE"`
Expand Down

0 comments on commit 1c45e78

Please sign in to comment.