コード例 #1
0
 public async Task ClearQueueCmd()
 {
     await _service.ClearQueue(Context.Channel);
 }