AudiRo2993 / Discord.JS-V14-Handler

MIT License
10 stars 5 forks source link

-BotToken: Discord Bot Token (...you tought) #2

Open TemelReyizz opened 5 months ago

TemelReyizz commented 5 months ago

[this] - Please add a Discord Token. - [file]: ".env" i regeneration token and put in .env and write node . and check bottoken why ? image

AudiRo2993 commented 5 months ago

Hi, the issue is with a bug on this, you have to go to Structures/Bot.js , scroll down till you see

async init(token) {
    await loadEvents(this);

    await this.login(this.token).then(() => {
And replace "this.token" with your bot token.