コード例 #1
0
 public async Task Mute(string username = null, string time = null, [Remainder] string reason = null)
 {
     await modService.MuteAsync(Context, username, time, reason);
 }