disgoorg / disgo

A modular Golang Discord API Wrapper
Apache License 2.0
333 stars 37 forks source link

Make the Audit Log Change Key typed and add constants for its possible values #377

Closed myrkvi closed 2 months ago

myrkvi commented 2 months ago

Changes AuditLogChange.Key to be AuditLogChangeKey instead of string, and adds constants for its valid values.

This should make it a bit easier to match desired keys, since they will be defined in the library.

topi314 commented 2 months ago

thanks good timing on this too