]> git.localhorst.tv Git - alttp.git/commit
protocol chat bot messages
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 9 Apr 2024 12:59:13 +0000 (14:59 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 9 Apr 2024 12:59:13 +0000 (14:59 +0200)
commitebdf8e5f6761de2abd85b01096a67dee62d7d4aa
treee5822751bdb6030353f53fb3a0ceee22a2662556
parentbfc45b40d539431e465210e3ecf11367a42626ee
protocol chat bot messages
app/Http/Controllers/ChannelController.php
app/Models/Channel.php
app/Models/ChatBotLog.php [new file with mode: 0644]
app/Models/TwitchBotCommand.php
app/TwitchBot/TwitchChatBot.php
app/TwitchBotCommands/BaseCommand.php
app/TwitchBotCommands/RandomChatCommand.php [new file with mode: 0644]
database/migrations/2024_04_09_122502_create_chat_bot_logs_table.php [new file with mode: 0644]