onChannelCreate property

(Future Function(DiscordClient client, Channel event)?) onChannelCreate
getter/setter pairinherited

Handles CHANNEL_CREATE gateway events

Implementation

Future Function(
  DiscordClient client,
  Channel event,
)? onChannelCreate;