DEV Community

Discussion on: Hosting a Discord bot on Repl.it

Collapse
 
botmaker349 profile image
botmaker349 • Edited

/home/runner/trying-trying-tryimg/index.js:8
const express = require('express');
^

SyntaxError: Identifier 'express' has already been declared
Hint: hit control+c anytime to enter REPL.

help pls

Collapse
 
thediamondcg profile image
Diamond

You have already set up express as a variable, and now can't change it because it's ALREADY a constant.

P.S: This is a sign you cant' understand the code you're writing. If you don't understand the code you are writing, then you NEED to go to the basics and learn JavaScript itself before delving into complicated topics like Node.js and APIs.

Collapse
 
mczgodpiggy profile image
MCZgodpiggy363 • Edited

i'm good with that tho
dev-to-uploads.s3.amazonaws.com/up...