コード例 #1
0
ファイル: RunAllChecks.php プロジェクト: emericklaw/jamyl-bot
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function fire(Userbot $userbot)
 {
     $userbot->performUpdates();
     $userbot->linkSlackMembers();
     $userbot->setSlackInactives();
 }
コード例 #2
0
ファイル: CheckApis.php プロジェクト: Subsparx/jamyl-bot
 /**
  * Execute the console command.
  *
  * @param Userbot $userbot
  *
  * @return mixed
  */
 public function fire(Userbot $userbot)
 {
     $userbot->performUpdates();
 }