diff --git a/src/Discord.Net.Core/Entities/Channels/INestedChannel.cs b/src/Discord.Net.Core/Entities/Channels/INestedChannel.cs index 62984c2a0..99a4e6cd5 100644 --- a/src/Discord.Net.Core/Entities/Channels/INestedChannel.cs +++ b/src/Discord.Net.Core/Entities/Channels/INestedChannel.cs @@ -20,9 +20,9 @@ namespace Discord /// /// The that determines whether the object should be fetched from cache. /// The options to be used when sending the request. - /// + /// /// A category channel representing the parent of this channel; null if none is set. - /// + /// Task GetCategoryAsync(CacheMode mode = CacheMode.AllowDownload, RequestOptions options = null); } }