diff options
Diffstat (limited to 'discord/auditlog.hpp')
-rw-r--r-- | discord/auditlog.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/auditlog.hpp b/discord/auditlog.hpp index c6ce0cc..8b8ae34 100644 --- a/discord/auditlog.hpp +++ b/discord/auditlog.hpp @@ -66,7 +66,7 @@ struct AuditLogOptions { struct AuditLogEntry { Snowflake ID; std::string TargetID; // null - Snowflake UserID; + std::optional<Snowflake> UserID; AuditLogActionType Type; std::optional<std::string> Reason; std::optional<std::vector<AuditLogChange>> Changes; |