Compare commits
No commits in common. "v6-timely-fix" and "v6" have entirely different histories.
v6-timely-
...
v6
@ -286,8 +286,8 @@ public partial class Gambling : GamblingModule<GamblingService>
|
||||
var val = Config.Timely.Amount;
|
||||
var inter = CreateRemindMeInteraction(period);
|
||||
|
||||
var prepend = GetText(strs.timely(N(val), period));
|
||||
var (newVal, msg) = await _service.GetAmountAndMessage(ctx.User.Id, val);
|
||||
var prepend = GetText(strs.timely(N(newVal), period));
|
||||
|
||||
msg = prepend + "\n\n" + msg;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user