Skip to content

Commit

Permalink
feat: BotAddChangeSet.Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
TheXorog committed Oct 17, 2023
1 parent dc975b4 commit c0b8d9c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ internal BotAddChangeSet()
{
this.ValidFor = AuditLogActionType.BotAdd;
}

public DiscordUser Bot => this.Discord.GetCachedOrEmptyUserInternal(this.TargetId!.Value);
}

0 comments on commit c0b8d9c

Please sign in to comment.