Hi, I've been trying to run Cherry for the past few days. I can't manage to get the bot to come online. When I run npm run start this is what is returned:
C:\Users\Yolo\Downloads\Scrubber\Scrubber\node_modules\discord.js\src\client\Client.js:206
if (!token || typeof token !== 'string') throw new Error('TOKEN_INVALID');
^
Error [TOKEN_INVALID]: An invalid token was provided.
at CherryClient.login (C:\Users\Yolo\Downloads\Scrubber\Scrubber\node_modules\discord.js\src\client\Client.js:206:52)
at CherryClient.start (C:\Users\Yolo\Downloads\Scrubber\Scrubber\dist\structures\CherryClient.js:67:20) {
}
I'm not sure what the problem seems to be since the bot token is valid.
Hi, I've been trying to run Cherry for the past few days. I can't manage to get the bot to come online. When I run npm run start this is what is returned:
C:\Users\Yolo\Downloads\Scrubber\Scrubber\node_modules\discord.js\src\client\Client.js:206 if (!token || typeof token !== 'string') throw new Error('TOKEN_INVALID'); ^
Error [TOKEN_INVALID]: An invalid token was provided. at CherryClient.login (C:\Users\Yolo\Downloads\Scrubber\Scrubber\node_modules\discord.js\src\client\Client.js:206:52) at CherryClient.start (C:\Users\Yolo\Downloads\Scrubber\Scrubber\dist\structures\CherryClient.js:67:20) {
}
I'm not sure what the problem seems to be since the bot token is valid.