예제 #1
0
 public async Task Modlogs([Remainder] string username)
 {
     await modService.ModlogsAsync(Context, username);
 }