diff --git a/src/Commands/PingCommandGroup.cs b/src/Commands/PingCommandGroup.cs index 74025d6..de0a652 100644 --- a/src/Commands/PingCommandGroup.cs +++ b/src/Commands/PingCommandGroup.cs @@ -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"));