]> git.localhorst.tv Git - alttp.git/blobdiff - app/TwitchBot/GuessingCancelCommand.php
guessing game controls
[alttp.git] / app / TwitchBot / GuessingCancelCommand.php
index 19f995345756a4ca00f2a333ff817815090c841e..bb6f361ed58d35fd5cda5ebd7a4575d370524e05 100644 (file)
@@ -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');