Moved to discordgo

This commit is contained in:
2024-10-21 23:50:17 -06:00
parent e76a886d5b
commit 44fc4e8dd1
5 changed files with 111 additions and 81 deletions

7
go.mod
View File

@ -5,8 +5,13 @@ go 1.23.2
require github.com/diamondburned/arikawa/v3 v3.4.0
require (
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
)
require (
github.com/bwmarrin/discordgo v0.28.1
github.com/gorilla/schema v1.4.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/joho/godotenv v1.5.1
golang.org/x/time v0.7.0 // indirect
)