diff --git a/src/Discord.Net.Core/Entities/Channels/NestedChannelProperties.cs b/src/Discord.Net.Core/Entities/Channels/NestedChannelProperties.cs index 75b72d0d5..345b29e41 100644 --- a/src/Discord.Net.Core/Entities/Channels/NestedChannelProperties.cs +++ b/src/Discord.Net.Core/Entities/Channels/NestedChannelProperties.cs @@ -10,7 +10,7 @@ namespace Discord /// /// /// Setting this value to a category's snowflake identifier will change or set this channel's parent to the - /// specified channel; setting this value to 0 will detach this channel from its parent if one + /// specified channel; setting this value to null will detach this channel from its parent if one /// is set. /// public Optional CategoryId { get; set; }