tsudoko / pullcord

Discord archiver
The Unlicense
60 stars 11 forks source link

Errors on go get (too few values in discordgo.MessageReaction literal) #19

Closed w3bb closed 4 years ago

w3bb commented 5 years ago

../../go/src/github.com/tsudoko/pullcord/logpull/main.go:372:62: too few values in discordgo.MessageReaction literal

../../go/src/github.com/tsudoko/pullcord/logpull/main.go:381:60: too few values in discordgo.MessageReaction literal

tsudoko commented 4 years ago

Should be fixed in 64699af8bb3114bef0f6d4ecb1f60609b4ea691a, but I have no idea how this happened in the first place, since the vendored version of discordgo was compatible with MessageReaction literals as used in the code at the time. Couldn't reproduce the error either, I suspect go get wasn't picking up the vendored package for some reason.