diff --git a/DisCatSharp/Entities/Guild/AuditLog/ChangeSet/BotAddChangeSet.cs b/DisCatSharp/Entities/Guild/AuditLog/ChangeSet/BotAddChangeSet.cs index 204978836..6f1b560e2 100644 --- a/DisCatSharp/Entities/Guild/AuditLog/ChangeSet/BotAddChangeSet.cs +++ b/DisCatSharp/Entities/Guild/AuditLog/ChangeSet/BotAddChangeSet.cs @@ -11,4 +11,6 @@ internal BotAddChangeSet() { this.ValidFor = AuditLogActionType.BotAdd; } + + public DiscordUser Bot => this.Discord.GetCachedOrEmptyUserInternal(this.TargetId!.Value); }