Running .timely command too early will now show a pending color, not an error color

This commit is contained in:
Kwoth
2022-08-09 22:43:22 +02:00
parent cf876a4148
commit e9c7293014

View File

@@ -128,7 +128,7 @@ public partial class Gambling : GamblingModule<GamblingService>
{
var now = DateTime.UtcNow;
var relativeTag = TimestampTag.FromDateTime(now.Add(rem), TimestampTagStyles.Relative);
await ReplyErrorLocalizedAsync(strs.timely_already_claimed(relativeTag));
await ReplyPendingLocalizedAsync(strs.timely_already_claimed(relativeTag));
return;
}