]> git.localhorst.tv Git - alttp.git/commit
add chat bot
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 19 Jan 2024 16:35:28 +0000 (17:35 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 19 Jan 2024 16:35:28 +0000 (17:35 +0100)
commit85879ea0c27ce6506919e2c083a139c470c0952c
treedbfc7b2dd56c1f563da3243812ecc0605d49594f
parente8eb106aa5adab6dd992390cb3836589e4163e72
add chat bot
app/Console/Commands/TwitchBotCommand.php
app/Console/Commands/TwitchChatBotCommand.php [new file with mode: 0644]
app/Models/Channel.php
app/Models/ChatLog.php
app/TwitchBot/TwitchAppBot.php [new file with mode: 0644]
app/TwitchBot/TwitchBot.php
app/TwitchBot/TwitchChatBot.php [new file with mode: 0644]
database/migrations/2024_01_19_140728_channel_chat_flag.php [new file with mode: 0644]