xxerick / TwitchFollowers

🟣 Twitch followers discord bot. (TwitchFarmer)
113 stars 83 forks source link

when using tokens as a variable it dosent work #9

Closed IdolTheDev closed 3 years ago

IdolTheDev commented 3 years ago

for example when I do

"OAuth [inserttokenhere]" it works but if I do var tokens = fs.readFileSync('./TwitchTokens.txt', 'utf-8'); "Oauth ${tokens}" it says the token is invalid. anyone have a solution?

IdolTheDev commented 3 years ago

update: im getting the error 'ERR_INVALID_CHAR' but the tokens are correct so why?

xxerick commented 3 years ago

probably a fs module error reading tokens.txt file