Interface IRoleCreateGatewayHandler
Sent when a guild role is created.
public interface IRoleCreateGatewayHandler : IGatewayHandler
Remarks
Required Intents: Guilds
Optional Intents: None
Methods
HandleAsync(Role)
Handles the gateway event.
ValueTask HandleAsync(Role arg)
Parameters
argRoleThe event argument.