Sets the category of the channel.
await channel.setCategory('new-category-id');
Future<void> setCategory(String categoryId, {String? reason}) => _methods.setCategory(categoryId, reason);