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