mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
Possible fix for Remind .timely button
This commit is contained in:
@@ -138,7 +138,7 @@ public partial class Gambling : GamblingModule<GamblingService>
|
|||||||
|
|
||||||
await _remind.AddReminderAsync(ctx.User.Id,
|
await _remind.AddReminderAsync(ctx.User.Id,
|
||||||
ctx.User.Id,
|
ctx.User.Id,
|
||||||
ctx.Guild.Id,
|
ctx.Guild?.Id,
|
||||||
true,
|
true,
|
||||||
when,
|
when,
|
||||||
GetText(strs.timely_time));
|
GetText(strs.timely_time));
|
||||||
|
Reference in New Issue
Block a user