.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

@@ -8,6 +8,10 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
- `.rero` now optionally takes a message id to which to attach the reaction roles
### Fixed
- `.timely` will now correctly use `Ok` color
## [3.0.1] - 10.09.2021
### Fixed

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]