setDescription method
Sets the description of the channel.
await channel.setDescription('new-description');
Implementation
Future<void> setDescription(String description, {String? reason}) =>
_methods.setDescription(description, reason);
Sets the description of the channel.
await channel.setDescription('new-description');
Future<void> setDescription(String description, {String? reason}) =>
_methods.setDescription(description, reason);