#`client` not defined
1 messages · Page 1 of 1 (latest)
they sure did
Wait yes they did

event handler params either in the wrong order, or not correct args
no
there's zero reason to have client as a param, just do member.client
stop making things complicated
That works too
This works
thanks alot!
I am using default handler
default handler?
discordjs.guide one I mean
Oh
is that one is okay?
Yes
i mean it do work done for my public bot
yes 🙂
the d.js guide does not include passing client to the params
yes
https://github.com/discordjs/guide/blob/main/code-samples/creating-your-bot/event-handling/events/interactionCreate.js that's an example event from the guide
yes, but can't we add client params? anyways this member.client works fine. just asking
You can always modify it
But then you should know how to do it
okay thanks alot