nyxx-discord / nyxx

Wrapper around Discord API for Dart
Apache License 2.0
326 stars 49 forks source link

Add builders to auto moderation actions & moderation #636

Closed abitofevrything closed 6 months ago

abitofevrything commented 6 months ago

Description

Until now, builders for auto moderation actions used the data classes used when parsing data received from the API to contain the data instead of using a dedicated builder type. This causes issues as ActionMetadata now requires a manager, while it didn't in the past.

This PR adds dedicated builder types for auto moderation actions and action metadata.

Type of change

Checklist: