Exemplo n.º 1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire(Userbot $userbot)
 {
     $userbot->performUpdates();
     $userbot->linkSlackMembers();
     $userbot->setSlackInactives();
 }
Exemplo n.º 2
0
 /**
  * Execute the console command.
  *
  * @param Userbot $userbot
  *
  * @return mixed
  */
 public function fire(Userbot $userbot)
 {
     $userbot->setSlackInactives();
 }