Ejemplo n.º 1
0
 public async Task Softban(string username = null, [Remainder] string reason = null)
 {
     await modService.SoftbanAsync(Context, username, reason);
 }