-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Every time I have to retry regenerate token and I put it in the code the error is the same.
Error:
Error [TOKEN_INVALID]: An invalid token was provided.
Script:
const Discord = require('discord.js');
const client = new Discord.Client();
client.on('ready', () => {
console.log(`${client.user.tag} On-Line!`);
});
client.login("TOKEN");
Information:
Discord.js version: 12.2.0
Node.js version: 12.16.3
Operative System: Windows 10
TheRockettek, m-ethods and Airbus-A330