X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=resources%2Fjs%2Fcomponents%2Ftwitch-bot%2FChatSettingsForm.js;h=24b2a0aca5146f39c4f98a8c256dc36a64925f60;hb=f0d1a566f5afd76ab7a56b295b71d5756dfd2bc3;hp=4d36a31601ee3d19e55be0ce8c0e8c8b68a42daa;hpb=cf210ddda8ff5336feee10f733b022a72d906238;p=alttp.git diff --git a/resources/js/components/twitch-bot/ChatSettingsForm.js b/resources/js/components/twitch-bot/ChatSettingsForm.js index 4d36a31..24b2a0a 100644 --- a/resources/js/components/twitch-bot/ChatSettingsForm.js +++ b/resources/js/components/twitch-bot/ChatSettingsForm.js @@ -127,6 +127,52 @@ const ChatSettingsForm = ({ : null} + + {t('twitchBot.chatMinAge')} + + + + {t('twitchBot.chatSource')} + + {['any', 'cat', 'chan', 'catchan'].map(value => + + )} + + {touched.respond && errors.respond ? + + {t(errors.respond)} + + : null} + + + {t('twitchBot.chatAdlibChance')} + +