1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

whoops x2

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2024-01-28 19:12:08 +03:00
parent 22fec38e82
commit f4f4eb0b36
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1

View file

@ -260,7 +260,7 @@ public class RemindCommandGroup : CommandGroup
[Description("Parameter to edit")] Parameters parameter,
[Description("Parameter's new value")] string value)
{
_profiler.Push("list_reminders_command");
_profiler.Push("edit_reminder_command");
_profiler.Push("preparation");
if (!_context.TryGetContextIDs(out var guildId, out _, out var executorId))
{