Запутанная кодировка бот-диска - PullRequest
0 голосов
/ 04 мая 2020

Когда я все сделал правильно и правильно написал сценарий, появляется сообщение, когда я ставлю узел. в командной строке у меня даже есть действительный токен !! :: (node:8744) UnhandledPromiseRejectionWarning: Error [TOKEN_INVALID]: An invalid token was provided.<br> at Client.login (C:\Users\User\Documents\GitHub TigerDuo\TigerDuo\node_modules\discord.js\src\client\Client.js:204:52) at Object.<anonymous> (C:\Users\User\Documents\GitHub TigerDuo\TigerDuo\index.js:47:5) at Module._compile (internal/modules/cjs/loader.js:1133:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10) at Module.load (internal/modules/cjs/loader.js:977:32) at Function.Module._load (internal/modules/cjs/loader.js:877:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12) at internal/main/run_main_module.js:18:47 (node:8744) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag - unhandled-отклонения = строгий (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) (node:8744) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. и это мой скрипт, не говоря уже о том, что у меня есть настройки heroku и github: `const Discord = require ('discord. js'); const bot = new Discord.Client ();

const token = 'NzA1NDIxMzQ2NDM1MjM1OTQw.Xq_6LQ.ZudNF7agMvhu6mShaxNvlOqK708';

bot.on () (готово) (готово) (готово) 'Online.') Bot.user.setActivity (the Tiger Duo server!, {type: "WATCHING"}) bot.login (process.env.token); `

PLS HELP!

...