]> git.localhorst.tv Git - alttp.git/commit
(nonfunctional) discord guild event and user subscriptions master
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 3 Jul 2025 14:52:24 +0000 (16:52 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 3 Jul 2025 14:52:24 +0000 (16:52 +0200)
commit5254d5a0afe782e2040785ceaf478063a03f1ac4
treee25cce248b8690d78a6ce049b8f6fe7371237a45
parentc83bf5a1abe01ae99a375becb5aa04c6ada9bc81
(nonfunctional) discord guild event and user subscriptions
app/Console/Commands/DiscordEpisodeSubscriptionsCommand.php [new file with mode: 0644]
app/DiscordBotCommands/PresenceCommand.php
app/Models/DiscordGuild.php
app/Models/DiscordGuildEventSubscription.php [new file with mode: 0644]
app/Models/DiscordGuildUserSubscription.php [new file with mode: 0644]
database/migrations/2025_07_03_143216_create_discord_guild_event_subscriptions_table.php [new file with mode: 0644]
database/migrations/2025_07_03_143226_create_discord_guild_user_subscriptions_table.php [new file with mode: 0644]