1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-04 04:56:30 +03:00
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-01-27 15:40:03 +03:00
parent 0928b091d7
commit dd4a06ef63
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1
2 changed files with 2 additions and 2 deletions

View file

@ -592,6 +592,6 @@
<value>Выгнан</value> <value>Выгнан</value>
</data> </data>
<data name="ReminderEdited" xml:space="preserve"> <data name="ReminderEdited" xml:space="preserve">
<value>Напоминание редактировано</value> <value>Напоминание отредактировано</value>
</data> </data>
</root> </root>

View file

@ -267,7 +267,7 @@ public class RemindCommandGroup : CommandGroup
.WithColour(ColorsList.Red) .WithColour(ColorsList.Red)
.Build(); .Build();
return await _feedback.SendContextualEmbedResultAsync(failedEmbed, ct: CancellationToken); return await _feedback.SendContextualEmbedResultAsync(failedEmbed, ct: ct);
} }
var oldReminder = data.Reminders[index]; var oldReminder = data.Reminders[index];