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:
parent
22fec38e82
commit
f4f4eb0b36
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ public class RemindCommandGroup : CommandGroup
|
||||||
[Description("Parameter to edit")] Parameters parameter,
|
[Description("Parameter to edit")] Parameters parameter,
|
||||||
[Description("Parameter's new value")] string value)
|
[Description("Parameter's new value")] string value)
|
||||||
{
|
{
|
||||||
_profiler.Push("list_reminders_command");
|
_profiler.Push("edit_reminder_command");
|
||||||
_profiler.Push("preparation");
|
_profiler.Push("preparation");
|
||||||
if (!_context.TryGetContextIDs(out var guildId, out _, out var executorId))
|
if (!_context.TryGetContextIDs(out var guildId, out _, out var executorId))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue