Update module github.com/bwmarrin/discordgo to v0.28.1

This commit is contained in:
renovate[bot]
2024-04-01 16:00:06 +00:00
parent 32bf70716c
commit 59e7ef1678
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/TheLovinator1/ANewDawn
go 1.22.1
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/bwmarrin/discordgo v0.28.1
github.com/sashabaranov/go-openai v1.20.4
github.com/vartanbeno/go-reddit/v2 v2.0.1
)