]> git.localhorst.tv Git - alttp.git/commit
discord scheduled event command
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 5 Jul 2025 14:41:28 +0000 (16:41 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 5 Jul 2025 14:41:28 +0000 (16:41 +0200)
commitbcd9790fa3229ee6ad22f18351dd3a5080022958
treeb0967655232552fe82fb9e7f7dfc3464ad30b3de
parentf99bc0d013efaafc9b8e3be411583254dc19b86f
discord scheduled event command
app/DiscordBotCommands/BaseCommand.php
app/DiscordBotCommands/EpisodeEventCommand.php [new file with mode: 0644]
app/Http/Controllers/ChatBotLogController.php
app/Models/DiscordBotCommand.php
app/Models/DiscordGuildEpisode.php [new file with mode: 0644]
app/Models/Episode.php
app/Models/EpisodePlayer.php
database/migrations/2025_07_05_130428_create_discord_guild_episodes_table.php [new file with mode: 0644]