コード例 #1
0
 /// <inheritdoc />
 public async Task <ICategoryChannel> GetCategoryAsync(RequestOptions options = null)
 => (await RestTextChannel.GetCategoryAsync(options))
 .Abstract();