.timely will now correctly use Ok color

This commit is contained in:
Kwoth
2021-09-12 01:22:13 +02:00
parent 1df947d54b
commit d028e23bc1
2 changed files with 5 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ namespace NadekoBot.Modules.Gambling
await _cs.AddAsync(ctx.User.Id, "Timely claim", val).ConfigureAwait(false);
await ReplyErrorLocalizedAsync(strs.timely(n(val) + CurrencySign, period));
await ReplyConfirmLocalizedAsync(strs.timely(n(val) + CurrencySign, period));
}
[NadekoCommand, Aliases]