#SyntaxError: Identifier 'fs' has already been declared

10 messages · Page 1 of 1 (latest)

quasi drum
#

when i try to deploy the commands, it shows me an syntax error.

minor crownBOT
heady sapphire
#

you can't declare a variable more than once with the same name.

quasi drum
heady sapphire
#

you defined it twice

quasi drum
#

i know

heady sapphire
#

then it should be easy to fix

#

simply rename the 2nd fs

#

like path

quasi drum
#

ok