Esempio n. 1
0
 /**
  * Create a new command instance.
  *
  * @param  DanGreaves\SlackBot\SlackBot $bot
  * @return void
  */
 public function __construct(SlackBot $bot)
 {
     parent::__construct();
     $bot->setCommand($this);
     $this->bot = $bot;
 }