andersfylling / disgord

Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
BSD 3-Clause "New" or "Revised" License
502 stars 71 forks source link

Add additional guild fields #409

Closed germanoeich closed 3 years ago

germanoeich commented 3 years ago

Description

This PR adds some additional fields for the guild object (ref) like vanity url, discovery splash, description, etc. It also adds a new PremiumTier type for boosted servers.

The PremiumTier type was placed directly below the VerificationLvl type, the idea was to group guild related types. If this isn't the best place, let me know and I'll make the change!

Type of change

Checklist:

andersfylling commented 3 years ago

awesome!