channel->hasActiveGuessing()) { $this->messageChannel('Channel already has an active guessing game'); return; } $type = $this->getStringConfig('type', 'gtbk'); $this->channel->startGuessing($type); $this->messageChannel('Get your guesses in'); } } ?>