mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
whoops
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
39823b36fc
commit
34186c22b5
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class PingCommandGroup : CommandGroup
|
|||
{
|
||||
_profiler.Push("ping_command");
|
||||
_profiler.Push("preparation");
|
||||
if (true || !_context.TryGetContextIDs(out var guildId, out var channelId, out _))
|
||||
if (!_context.TryGetContextIDs(out var guildId, out var channelId, out _))
|
||||
{
|
||||
return _profiler.ReportWithResult(new ArgumentInvalidError(nameof(_context),
|
||||
"Unable to retrieve necessary IDs from command context"));
|
||||
|
|
Loading…
Add table
Reference in a new issue