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