discord-php / DiscordPHP

An API to interact with the popular messaging app Discord
MIT License
977 stars 236 forks source link

Add AutoModeration Action metadata, and the custom_message field #1116

Closed SQKo closed 1 year ago

SQKo commented 1 year ago

Metadata will now have its own class so we have less boilerplate mutator in each Part, and this allows typehinting the metadata

Also added custom_message metadata for auto moderation action https://github.com/discord/discord-api-docs/pull/5955

SQKo commented 1 year ago

I changed my mind on a new class, we should be implementing guard property for the Part fillables and just create a metadata Part that has no guard.