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];