diff --git a/cmd/bot/bot.go b/cmd/bot/bot.go index 546c4b1..a9550c2 100644 --- a/cmd/bot/bot.go +++ b/cmd/bot/bot.go @@ -2,8 +2,8 @@ package bot import ( twitch "github.com/gempir/go-twitch-irc/v2" + "github.com/lyx0/nourybot/pkg/commands" cfg "github.com/lyx0/nourybot/pkg/config" - "github.com/lyx0/nourybot/pkg/config/commands" log "github.com/sirupsen/logrus" ) diff --git a/pkg/config/commands/commands.go b/pkg/commands/commands.go similarity index 100% rename from pkg/config/commands/commands.go rename to pkg/commands/commands.go