nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.44k stars 276 forks source link

Bot not online #4397

Closed Akemi577 closed 3 weeks ago

Akemi577 commented 1 month ago

Node.js Version

v20.13.1

NPM Version

v10.5.2

Operating System

Windows

Subsystem

console

Description

my discord bot does not want to turn on when I do the command that a tutorial told me to put 'node main'

Minimal Reproduction

const Discord = require("discord.js") const client = new Discord.Client({ intents: [3276799] }) const config = require("./config.js")

bot.login(config.token)

Output

Node.js v20.13.1

Before You Submit

RedYetiDev commented 1 month ago

Is your bot stored in main.js?

RedYetiDev commented 1 month ago

@Akemi577 is this issue still occuring, or did my suggestion help?