1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-12-31 15:52:25 +05:00
parent 39823b36fc
commit 34186c22b5
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -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"));