Passed
Push — master ( fd77ed...f01db1 )
by Bob
03:00
created
src/plugins/onMessage/auth.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -23,11 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28
-use Discord\Parts\Guild\Guild;
29
-use Discord\Parts\User\Member;
30
-
31 26
 /**
32 27
  * Class auth
33 28
  * @property  message
Please login to merge, or discard this patch.
src/plugins/onMessage/time.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28
-
29 26
 /**
30 27
  * Class time
31 28
  * @property  message
Please login to merge, or discard this patch.
src/plugins/onTick/authCheck.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -23,11 +23,7 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28 26
 use Discord\Parts\Channel\Channel;
29
-use Discord\Parts\User\User;
30
-use Discord\WebSockets\Event;
31 27
 
32 28
 /**
33 29
  * Class fileAuthCheck
Please login to merge, or discard this patch.
src/plugins/onMessage/about.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28
-
29 26
 /**
30 27
  * Class time
31 28
  * @property  message
Please login to merge, or discard this patch.
src/plugins/onMessage/corpInfo.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28
-
29 26
 /**
30 27
  * Class time
31 28
  * @property  message
Please login to merge, or discard this patch.
src/plugins/onMessage/eveStatus.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28
-
29 26
 /**
30 27
  * Class time
31 28
  * @property  message
Please login to merge, or discard this patch.
src/plugins/onMessage/help.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28
-
29 26
 /**
30 27
  * Class time
31 28
  * @property  message
Please login to merge, or discard this patch.
src/plugins/onMessage/price.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -23,9 +23,6 @@
 block discarded – undo
23 23
  * SOFTWARE.
24 24
  */
25 25
 
26
-use Discord\Discord;
27
-use Discord\Parts\Channel\Message;
28
-
29 26
 /**
30 27
  * Class time
31 28
  * @property  message
Please login to merge, or discard this patch.
Dramiel.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,5 +224,4 @@
 block discarded – undo
224 224
         $logger->addInfo('Websocket was reconnected..');
225 225
 });
226 226
 // Now we will run the ReactPHP Event Loop!
227
-$ws->run();
228
-
227
+$ws->run
229 228
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,5 +224,4 @@
 block discarded – undo
224 224
         $logger->addInfo('Websocket was reconnected..');
225 225
 });
226 226
 // Now we will run the ReactPHP Event Loop!
227
-$ws->run();
228
-
227
+$ws->run
229 228
\ No newline at end of file
Please login to merge, or discard this patch.