fix: package
This commit is contained in:
parent
23c046085a
commit
2e12ff158d
3 changed files with 4 additions and 4 deletions
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module github.com/Muffin-laboratory/goMuffin
|
module gitlab.wh64.net/muffin/goMuffin
|
||||||
|
|
||||||
go 1.23.2
|
go 1.23.2
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@ package handler
|
||||||
import (
|
import (
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/Muffin-laboratory/goMuffin/configs"
|
|
||||||
"github.com/bwmarrin/discordgo"
|
"github.com/bwmarrin/discordgo"
|
||||||
|
"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"
|
||||||
|
|
||||||
"github.com/Muffin-laboratory/goMuffin/configs"
|
|
||||||
"github.com/Muffin-laboratory/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