TwitchFollowers
TwitchFollowers copied to clipboard
Issue With Adding Tokens
I will add over 100 tokens but it will only load 1 token... Can somebody help me
Index.js line 18, remove the string of the split and paste this regex /\s+/
I don't know why you need the filter there, but if you want to, put the filter
tokens = tokens.split(/\s+/)
Index.js line 18, remove the string of the split and paste this regex
/\s+/
I don't know why you need the filter there, but if you want to, put the filter
tokens = tokens.split(/\s+/)
make a pull request with this and i can merge if you want
Index.js line 18, remove the string of the split and paste this regex
/\s+/
I don't know why you need the filter there, but if you want to, put the filtertokens = tokens.split(/\s+/)
make a pull request with this and i can merge if you want
Okay