예제 #1
0
 private async Task setChannelToTop(Discord.Channel channel)
 {
     await channel.Edit(null, null, 0);
 }