Skip to content

Commit

Permalink
Downgrade discordgo to fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamH18 committed Mar 26, 2024
1 parent 5cd2ef7 commit 65f3416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module scanlation-discord-bot
go 1.19

require (
github.com/bwmarrin/discordgo v0.27.1
github.com/bwmarrin/discordgo v0.26.3
github.com/mattn/go-sqlite3 v1.14.19
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/bwmarrin/discordgo v0.26.3 h1:jKXQTEv7BAFCfT5gMn3ZgVt8d0UgRQEW7BkKd6jSQw4=
github.com/bwmarrin/discordgo v0.26.3/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY=
github.com/bwmarrin/discordgo v0.27.1 h1:ib9AIc/dom1E/fSIulrBwnez0CToJE113ZGt4HoliGY=
github.com/bwmarrin/discordgo v0.27.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
Expand Down

0 comments on commit 65f3416

Please sign in to comment.