From dd4a06ef63d5454c89ba2471a8262857d9d129af Mon Sep 17 00:00:00 2001 From: mctaylors Date: Sat, 27 Jan 2024 15:40:03 +0300 Subject: [PATCH] brb Signed-off-by: mctaylors --- locale/Messages.ru.resx | 2 +- src/Commands/RemindCommandGroup.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/Messages.ru.resx b/locale/Messages.ru.resx index 713cafe..3eb53f1 100644 --- a/locale/Messages.ru.resx +++ b/locale/Messages.ru.resx @@ -592,6 +592,6 @@ Выгнан - Напоминание редактировано + Напоминание отредактировано diff --git a/src/Commands/RemindCommandGroup.cs b/src/Commands/RemindCommandGroup.cs index 89dcccb..e86fd2f 100644 --- a/src/Commands/RemindCommandGroup.cs +++ b/src/Commands/RemindCommandGroup.cs @@ -267,7 +267,7 @@ public class RemindCommandGroup : CommandGroup .WithColour(ColorsList.Red) .Build(); - return await _feedback.SendContextualEmbedResultAsync(failedEmbed, ct: CancellationToken); + return await _feedback.SendContextualEmbedResultAsync(failedEmbed, ct: ct); } var oldReminder = data.Reminders[index];