Passed
Branch master (be6230)
by
unknown
03:08
created
Dramiel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
199 199
                         clearQueuedMessages($id);
200 200
                         continue;
201 201
                     }
202
-                    $channel = $guild->channels->get('id', (int)$queuedMessage['channel']);
202
+                    $channel = $guild->channels->get('id', (int) $queuedMessage['channel']);
203 203
                     //Check if channel is bad
204 204
                     if (null === $channel) {
205 205
                         $logger->addInfo("QueueProcessing Error- Item #{$id} : Channel provided is incorrect, removing it from the queue");
Please login to merge, or discard this patch.