public async Task GetMuteRole() { var muteRole = await ModerationService.GetMuteRoleAsync(Context.Guild); await ReplyAsync(Format.Code(muteRole.Name)); }