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
|
go 1.23.2
|
||||||
|
|
||||||
|
|
|
@ -3,9 +3,9 @@ package handler
|
||||||
import (
|
import (
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"git.wh64.net/muffin/goMuffin/commands"
|
||||||
|
"git.wh64.net/muffin/goMuffin/configs"
|
||||||
"github.com/bwmarrin/discordgo"
|
"github.com/bwmarrin/discordgo"
|
||||||
"gitlab.wh64.net/muffin/goMuffin/commands"
|
|
||||||
"gitlab.wh64.net/muffin/goMuffin/configs"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// MessageCreate is handlers of messageCreate event
|
// MessageCreate is handlers of messageCreate event
|
||||||
|
|
4
main.go
4
main.go
|
@ -7,9 +7,9 @@ import (
|
||||||
"os/signal"
|
"os/signal"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
|
"git.wh64.net/muffin/goMuffin/configs"
|
||||||
|
"git.wh64.net/muffin/goMuffin/handler"
|
||||||
"github.com/bwmarrin/discordgo"
|
"github.com/bwmarrin/discordgo"
|
||||||
"gitlab.wh64.net/muffin/goMuffin/configs"
|
|
||||||
"gitlab.wh64.net/muffin/goMuffin/handler"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
Loading…
Reference in a new issue