X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fcomponents%2Ftwitch-bot%2FControls.js;h=9c5701ef8fb5336eb246ad089a991eed6b45567f;hb=13ffde5b2abcf831af9c794044350737066c5933;hp=51f0633a226bdc1f5626a47ee9778ba77d160ac2;hpb=6a1dfa72436b2f5e5b34485da7d7ef1053d89ccc;p=alttp.git diff --git a/resources/js/components/twitch-bot/Controls.js b/resources/js/components/twitch-bot/Controls.js index 51f0633..9c5701e 100644 --- a/resources/js/components/twitch-bot/Controls.js +++ b/resources/js/components/twitch-bot/Controls.js @@ -13,7 +13,20 @@ import ChannelSelect from '../common/ChannelSelect'; import Icon from '../common/Icon'; import ToggleSwitch from '../common/ToggleSwitch'; -const CHAT_CATEGORIES = ['unclassified', 'hi', 'gl', 'gg', 'lol', 'pog', 'hype', 'o7']; +const CHAT_CATEGORIES = [ + 'unclassified', + 'hi', + 'gl', + 'gg', + 'love', + 'lol', + 'wtf', + 'pog', + 'hype', + 'o7', + 'question', + 'thx', +]; const Controls = () => { const [channel, setChannel] = React.useState(null);