]> git.localhorst.tv Git - alttp.git/commit
fix some twitch bot stuff
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 1 Mar 2023 16:15:25 +0000 (17:15 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 1 Mar 2023 16:15:25 +0000 (17:15 +0100)
commit898d01d4ac5ccaa23621abda0761a893ff8c1074
tree0574c4b1649ac624bafcf225d79bde8cd190f635
parentc4835dcd53401c4e618ba077726d655d476a82c8
fix some twitch bot stuff
.env.example
app/Console/Commands/TwitchAuth.php [new file with mode: 0644]
app/Models/Channel.php
app/Models/TwitchToken.php [new file with mode: 0644]
app/TwitchBot/IRCMessage.php [new file with mode: 0644]
app/TwitchBot/TwitchBot.php
config/twitch.php
database/migrations/2023_03_01_084125_create_twitch_tokens_table.php [new file with mode: 0644]
database/migrations/2023_03_01_143514_channel_twitch_chat.php [new file with mode: 0644]