Class BotAddAuditLogData
Contains a piece of audit log data related to a adding a bot to a guild.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class BotAddAuditLogData : IAuditLogData
Properties​
Target​
Gets the bot that was added.
View Source​
Declaration
public IUser Target { get; }