TwitchFollowers icon indicating copy to clipboard operation
TwitchFollowers copied to clipboard

Issue With Adding Tokens

Open Shadow-Myxtics opened this issue 3 years ago • 1 comments

I will add over 100 tokens but it will only load 1 token... Can somebody help me

Shadow-Myxtics avatar Nov 11 '21 04:11 Shadow-Myxtics

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+/)

chikof avatar Dec 06 '21 23:12 chikof

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

xxerick avatar Apr 06 '23 15:04 xxerick

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

Okay

chikof avatar Apr 06 '23 20:04 chikof