i get this error but i don't know how to fix it

i will post a photo rn
30 Replies
d.js toolkit
d.js toolkit•12mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
darius
darius•12mo ago
treble/luna
treble/luna•12mo ago
well, you have to create that function yourself
darius
darius•12mo ago
idk how cryrun where
treble/luna
treble/luna•12mo ago
bot.js line 18
darius
darius•12mo ago
treble/luna
treble/luna•12mo ago
well there it is
darius
darius•12mo ago
ik that
treble/luna
treble/luna•12mo ago
Then why wonder you have to create that function yourself
darius
darius•12mo ago
how do i make it
d.js docs
d.js docs•12mo ago
guide Creating Your Bot: Event handling read more
darius
darius•12mo ago
should i just copy all of this
treble/luna
treble/luna•12mo ago
thats how to do it but you shouldn't just blindly copy, as you'll get things like this, you should also understand the code
darius
darius•12mo ago
do you know why do i get this ?
treble/luna
treble/luna•12mo ago
because you misspelled functions You should read the error
darius
darius•12mo ago
i fixed that
darius
darius•12mo ago
darius
darius•12mo ago
but i still have an error
d.js docs
d.js docs•12mo ago
mdn Template literals (Template strings) Template literals are literals delimited with backtick (`) characters, allowing for multi-line strings, string interpolation with embedded expressions, and special constructs called tagged templates.
darius
darius•12mo ago
@luna🌈 so instead of ' or " should i reaplace them with ` ?
treble/luna
treble/luna•12mo ago
yes, thats basic js
darius
darius•12mo ago
adn this
darius
darius•12mo ago
from " " to `
treble/luna
treble/luna•12mo ago
no because there's no template literal there again template literalsa re basic js knowledge
darius
darius•12mo ago
done , so i changed all the ' to `
darius
darius•12mo ago
darius
darius•12mo ago
but i have this error
treble/luna
treble/luna•12mo ago
well, one of your files doesnt export a function
darius
darius•12mo ago
can you please help me ?
treble/luna
treble/luna•12mo ago
#rules 5, #rules 3 too all of this is basic js if you do not have basic js experience, go to #resources and learn js first