Class GuildRoleCreateEventArgs
Represents arguments for GuildRoleCreated event.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class GuildRoleCreateEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceGuild
Gets the guild in which the role was created.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
Role
Gets the role that was created.
Declaration
public DiscordRole Role { get; }
Property Value
Type | Description |
---|---|
DiscordRole |