X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=app%2FTwitchBotCommands%2FBaseCommand.php;h=32ef41d19d5959fd3b2cca8a30cb1099906250ab;hb=f0d1a566f5afd76ab7a56b295b71d5756dfd2bc3;hp=e2df728d0eb76a59970dff23aca17ed0a13705e3;hpb=8645b77ea2dc402f0265e1c8022ba18302506ca1;p=alttp.git diff --git a/app/TwitchBotCommands/BaseCommand.php b/app/TwitchBotCommands/BaseCommand.php index e2df728..32ef41d 100644 --- a/app/TwitchBotCommands/BaseCommand.php +++ b/app/TwitchBotCommands/BaseCommand.php @@ -10,6 +10,8 @@ abstract class BaseCommand { public static function resolve(TwitchBot $bot, TwitchBotCommand $cmd) { switch ($cmd->command) { + case 'adlib-chat': + return new AdlibChatCommand($bot, $cmd); case 'chat': return new ChatCommand($bot, $cmd); case 'join':