Skip to content

Commit

Permalink
update server-specific features
Browse files Browse the repository at this point in the history
Windows Insiders RSS feed parsing: wait a little longer before suppressing embeds
  • Loading branch information
FloatingMilkshake committed Apr 12, 2024
1 parent 019f549 commit c1b53fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ServerSpecificFeatures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public static async Task MessageCreateChecks(MessageCreateEventArgs e)
var msg = await e.Message.Channel.SendMessageAsync(command);

// suppress embed
await Task.Delay(500);
await Task.Delay(1000);
await msg.ModifyEmbedSuppressionAsync(true);
}
}
Expand Down

0 comments on commit c1b53fc

Please sign in to comment.