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