@@ -139,7 +139,7 @@ |
||
| 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 |