Discord-Net-Labs / Discord.Net-Labs

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://labs.discordnet.dev
MIT License
156 stars 42 forks source link

Add Audit Log Data classes for Threads #301

Closed PoolPirate closed 2 years ago

PoolPirate commented 2 years ago

Summary

Audit logs can contain entries about thread creation, modification and deletion. This has not yet been available in the library.

This PR just adds those 3 in.

quinchs commented 2 years ago

Should this be added to the AuditLogData classes even though it's not properly documented?

I would add it to the audit log data

PoolPirate commented 2 years ago

I would add it to the audit log data

Done. I also checked that the property is sent as expected and yep it is.