1
0

fix: message intent update made content empty

This commit is contained in:
2024-01-16 15:23:33 +01:00
parent 82bdc2b921
commit d3cff676a0
6 changed files with 31 additions and 8 deletions

2
go.mod
View File

@ -3,6 +3,6 @@ module ariona.fr/git/gator/gogodiscordo
go 1.15
require (
github.com/bwmarrin/discordgo v0.23.1
github.com/bwmarrin/discordgo v0.27.1
gopkg.in/yaml.v2 v2.4.0
)