mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-04 04:56:30 +03:00
brb
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
0928b091d7
commit
dd4a06ef63
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue