mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-11-03 08:14:28 -05: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