bwmarrin / discordgo

(Golang) Go bindings for Discord
BSD 3-Clause "New" or "Revised" License
5.05k stars 802 forks source link

feat(User): Add Spammer flag found in User PublicFlags #1548

Open brimstone opened 2 months ago

brimstone commented 2 months ago

This adds a UserFlagSpammer found in User PublicFlags. I've tested this against one guild and it matches output from discord.py's UserFlags https://github.com/Rapptz/discord.py/blob/ff638d393d0f5a83639ccc087bec9bf588b59a22/discord/enums.py#L516

brimstone commented 2 months ago

I seem to have found https://github.com/bwmarrin/discordgo/pull/1465 Maybe enough time has passed to add this flag?