Trying to make variables carry on to other files, for example:
In the first file:
const color = ‘#36393E’;
In the second file:
I try to use color, and it never works…
I might just be stupid, any help is appreciated…
I am making a discord.js bot, which shouldn’t matter (but it’s here if you wanted to know)