fix wrong folder

This commit is contained in:
lyx0 2021-10-14 00:25:33 +02:00
parent 9423fe789e
commit 809a2f83a8
2 changed files with 1 additions and 1 deletions

View file

@ -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"
)