mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
.timely will now correctly use Ok color
This commit is contained in:
@@ -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
|
||||
|
@@ -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]
|
||||
|
Reference in New Issue
Block a user