HomeDevelopment

fix: Fixed null exception for DiscordChannelSelectComponent

Description

fix: Fixed null exception for DiscordChannelSelectComponent

When channelTypes is null, it tried to convert null to an array.
Using this.ChannelTypes = channelType?.ToArray() now.

Details

Provenance
LulalabyAuthored on Nov 4 2022, 18:10
Parents
rDCS2d8edbd7f6ea: remove matrix
Branches
Unknown
Tags
Unknown