From 1c45e784357fd133d88a6196223912cee74987af Mon Sep 17 00:00:00 2001 From: tyzbit <3319104+tyzbit@users.noreply.github.com> Date: Thu, 9 Jan 2025 17:21:44 -0500 Subject: [PATCH] fix(types): typo --- bot/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/types.go b/bot/types.go index 1fdd11f..db34871 100644 --- a/bot/types.go +++ b/bot/types.go @@ -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"`