fix: Package url
This commit is contained in:
parent
1ec391d478
commit
ebcfe54cf0
3 changed files with 5 additions and 5 deletions
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module gitlab.wh64.net/muffin/goMuffin
|
||||
module git.wh64.net/muffin/goMuffin
|
||||
|
||||
go 1.23.2
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@ package handler
|
|||
import (
|
||||
"strings"
|
||||
|
||||
"git.wh64.net/muffin/goMuffin/commands"
|
||||
"git.wh64.net/muffin/goMuffin/configs"
|
||||
"github.com/bwmarrin/discordgo"
|
||||
"gitlab.wh64.net/muffin/goMuffin/commands"
|
||||
"gitlab.wh64.net/muffin/goMuffin/configs"
|
||||
)
|
||||
|
||||
// MessageCreate is handlers of messageCreate event
|
||||
|
|
4
main.go
4
main.go
|
@ -7,9 +7,9 @@ import (
|
|||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"git.wh64.net/muffin/goMuffin/configs"
|
||||
"git.wh64.net/muffin/goMuffin/handler"
|
||||
"github.com/bwmarrin/discordgo"
|
||||
"gitlab.wh64.net/muffin/goMuffin/configs"
|
||||
"gitlab.wh64.net/muffin/goMuffin/handler"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in a new issue