why my bot dosent start #10
Unanswered
ThatsVincy
asked this question in
Q&A
Replies: 1 comment 9 replies
-
Hello. I have found the solution! First you have to install git first! |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
look at this:
Loading Events
Loading Message Commands
Loading Slash Commands
[antiCrash] :: Unhandled Rejection/Catch
Error [TokenInvalid]: An invalid token was provided.
at WebSocketManager.connect (/home/container/node_modules/discord.js/src/client/websocket/WebSocketManager.js:134:26)
at Client.login (/home/container/node_modules/discord.js/src/client/Client.js:226:21)
at Object. (/home/container/index.js:61:8)
at Module._compile (node:internal/modules/cjs/loader:1191:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10)
at Module.load (node:internal/modules/cjs/loader:1069:32)
at Function.Module._load (node:internal/modules/cjs/loader:904:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:22:47 Promise {
Error [TokenInvalid]: An invalid token was provided.
at WebSocketManager.connect (/home/container/node_modules/discord.js/src/client/websocket/WebSocketManager.js:134:26)
at Client.login (/home/container/node_modules/discord.js/src/client/Client.js:226:21)
at Object. (/home/container/index.js:61:8)
at Module._compile (node:internal/modules/cjs/loader:1191:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10)
at Module.load (node:internal/modules/cjs/loader:1069:32)
at Function.Module._load (node:internal/modules/cjs/loader:904:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:22:47 {
code: 'TokenInvalid'
}
}
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
why? the token is correct wth
Beta Was this translation helpful? Give feedback.
All reactions