mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
fix wrong folder
This commit is contained in:
parent
9423fe789e
commit
809a2f83a8
|
@ -2,8 +2,8 @@ package bot
|
||||||
|
|
||||||
import (
|
import (
|
||||||
twitch "github.com/gempir/go-twitch-irc/v2"
|
twitch "github.com/gempir/go-twitch-irc/v2"
|
||||||
|
"github.com/lyx0/nourybot/pkg/commands"
|
||||||
cfg "github.com/lyx0/nourybot/pkg/config"
|
cfg "github.com/lyx0/nourybot/pkg/config"
|
||||||
"github.com/lyx0/nourybot/pkg/config/commands"
|
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue