]> git.localhorst.tv Git - alttp.git/commit
guessing game settings
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 29 Feb 2024 14:47:14 +0000 (15:47 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 29 Feb 2024 15:30:40 +0000 (16:30 +0100)
commit93f50820771a0333b169f76f74727239cf0cb286
tree541201a7116e83e8f39cdf921b635bb046e4c1ec
parent7fc357a5943bf280ce2fa9aa97ec516af61efd69
guessing game settings
17 files changed:
app/Http/Controllers/ChannelController.php
app/Models/Channel.php
app/TwitchBot/ChatCommand.php
app/TwitchBot/GuessingCancelCommand.php
app/TwitchBot/GuessingSolveCommand.php
app/TwitchBot/GuessingStartCommand.php
app/TwitchBot/GuessingStopCommand.php
database/migrations/2024_02_28_155113_guessing_settings.php [new file with mode: 0644]
resources/js/components/twitch-bot/Command.js [new file with mode: 0644]
resources/js/components/twitch-bot/CommandDialog.js [new file with mode: 0644]
resources/js/components/twitch-bot/CommandForm.js [new file with mode: 0644]
resources/js/components/twitch-bot/Commands.js [new file with mode: 0644]
resources/js/components/twitch-bot/Controls.js
resources/js/components/twitch-bot/GuessingSettingsForm.js [new file with mode: 0644]
resources/js/i18n/de.js
resources/js/i18n/en.js
routes/api.php