-
- Downloads
minor fixes
Showing
- .gitignore 3 additions, 1 deletion.gitignore
- cleanup.go 1 addition, 1 deletioncleanup.go
- command.go 2 additions, 2 deletionscommand.go
- go.mod 3 additions, 3 deletionsgo.mod
- go.sum 6 additions, 0 deletionsgo.sum
- handler.go 9 additions, 6 deletionshandler.go
- main.go 2 additions, 2 deletionsmain.go
... | @@ -3,9 +3,9 @@ module github.com/levatax/go-voice-bot | ... | @@ -3,9 +3,9 @@ module github.com/levatax/go-voice-bot |
go 1.16 | go 1.16 | ||
require ( | require ( | ||
git.randomchars.net/FreeNitori/EmbedUtil v1.0.1 | git.randomchars.net/freenitori/embedutil v1.0.2 | ||
git.randomchars.net/FreeNitori/Log v1.0.0 | git.randomchars.net/freenitori/log v1.0.0 | ||
git.randomchars.net/FreeNitori/Multiplexer v1.0.10 | git.randomchars.net/freenitori/multiplexer v1.0.12 | ||
github.com/bwmarrin/discordgo v0.23.2 | github.com/bwmarrin/discordgo v0.23.2 | ||
github.com/sirupsen/logrus v1.8.1 | github.com/sirupsen/logrus v1.8.1 | ||
) | ) |
Please register or sign in to comment