Interface IGuildUpdateGatewayHandler
Sent when a guild is updated.
The inner payload is a Guild object.
public interface IGuildUpdateGatewayHandler : IGatewayHandler
Remarks
Required Intents: Guilds
Optional Intents: None
Methods
HandleAsync(Guild)
ValueTask HandleAsync(Guild arg)
Parameters
arg
Guild