Skip to content

Commit

Permalink
Fix VoiceAlerts#MinTimeBetween
Browse files Browse the repository at this point in the history
  • Loading branch information
Plerx2493 committed May 6, 2024
1 parent 7238f4b commit 16608a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ private async Task HandleEvent(VoiceStateUpdateEventArgs e)

await using MadsContext context = await _contextFactory.CreateDbContextAsync();
List<VoiceAlert> alerts = await context.VoiceAlerts
.AsNoTracking()
.Where(x => x.ChannelId == e.After.Channel.Id && e.User.Id != x.UserId)
.ToListAsync();

Expand Down

0 comments on commit 16608a8

Please sign in to comment.