Passed
Branch master (66e16e)
by
unknown
02:56
created
Dramiel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
 
140 140
 $discord->on(
141 141
     'ready',
142
-    function ($discord) use ($logger, $config, $plugins, $pluginsT) {
142
+    function($discord) use ($logger, $config, $plugins, $pluginsT) {
143 143
         // In here we can access any of the WebSocket events.
144 144
         //
145 145
         // There is a list of event constants that you can
Please login to merge, or discard this patch.