Fix the version in the replace for discordgo

This commit is contained in:
Gary Kramlich
2022-01-31 14:33:48 -06:00
parent 6607e773a6
commit d32b6662fb
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -26,4 +26,4 @@ require (
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
)
replace github.com/bwmarrin/discordgo v0.32.2 => gitlab.com/beeper/discordgo v0.23.3-0.20220131095000-cb6b649ac596
replace github.com/bwmarrin/discordgo v0.23.2 => gitlab.com/beeper/discordgo v0.23.3-0.20220131095000-cb6b649ac596