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