Possible fix for Remind .timely button

This commit is contained in:
Kwoth
2022-10-10 18:39:49 +02:00
parent c896a0cdb8
commit 71a3539d0e

View File

@@ -138,7 +138,7 @@ public partial class Gambling : GamblingModule<GamblingService>
await _remind.AddReminderAsync(ctx.User.Id,
ctx.User.Id,
ctx.Guild.Id,
ctx.Guild?.Id,
true,
when,
GetText(strs.timely_time));