Frage zur Programmierung eines Discord bots

Phillugia

Grünschnabel
Hallo, ich bin gerade dabei einen Discord bot zu programmieren(ist das erste mal dass ich was programmiere ) und verwende dafür Visual Studio Code und Node. Bis jetzt habe ich mithilfe eines Tutorial Videos erst ein paar Kleinigkeiten eingestellt. Wenn ich Jetzt den Bot aktivieren möchte krige ich eine not defined Fehlermeldung. Hier der Code:

ReferenceError: nsdbsj is not defined
at Object.<anonymous> (C:\Users\Phil\Desktop\Project\index.js:2:1)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:188:16)
at bootstrap_node.js:609:3

Ich vermute, dass es an Node liegt und ich wüsste gerne was man machen kann. Würde mich wirklich über Hilfe freuen.
 
Zurück