]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/twitch-bot/Controls.js
more classification
[alttp.git] / resources / js / components / twitch-bot / Controls.js
index 51f0633a226bdc1f5626a47ee9778ba77d160ac2..9c5701ef8fb5336eb246ad089a991eed6b45567f 100644 (file)
@@ -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);