X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FTwitchBot%2FGuessingCancelCommand.php;h=bb6f361ed58d35fd5cda5ebd7a4575d370524e05;hb=aff6a3e616b822dc6bff00b8b4acfee8b33f19a0;hp=19f995345756a4ca00f2a333ff817815090c841e;hpb=93f50820771a0333b169f76f74727239cf0cb286;p=alttp.git diff --git a/app/TwitchBot/GuessingCancelCommand.php b/app/TwitchBot/GuessingCancelCommand.php index 19f9953..bb6f361 100644 --- a/app/TwitchBot/GuessingCancelCommand.php +++ b/app/TwitchBot/GuessingCancelCommand.php @@ -5,7 +5,7 @@ namespace App\TwitchBot; class GuessingCancelCommand extends ChatCommand { public function execute($args) { - if ($this->chanel->hasActiveGuessing()) { + if ($this->channel->hasActiveGuessing()) { $this->channel->clearGuessing(); } $msg = $this->channel->getGuessingSetting('cancel_message');