X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FTwitchBotCommands%2FBaseCommand.php;h=d803fb739defe022977c6b4cda7c017797695507;hb=a45390fd150b79014088b343591dc701dfe89c13;hp=8cdc0ee61f01020790f5a0aa89a630ced86781ac;hpb=51a752c7cce2465043dfb3d63a0152b64765b167;p=alttp.git diff --git a/app/TwitchBotCommands/BaseCommand.php b/app/TwitchBotCommands/BaseCommand.php index 8cdc0ee..d803fb7 100644 --- a/app/TwitchBotCommands/BaseCommand.php +++ b/app/TwitchBotCommands/BaseCommand.php @@ -16,6 +16,8 @@ abstract class BaseCommand { return new JoinCommand($bot, $cmd); case 'part': return new PartCommand($bot, $cmd); + case 'random-chat': + return new RandomChatCommand($bot, $cmd); default: throw new \Exception('unrecognized command'); }