No handler was found for this command
im using discord.js to handle the command but python to send the reply message lmao, sooo whats the fastest method (like sending a message using discord.js) i can use to bypass this thing!?
15 Replies
• What's your exact discord.js
npm list discord.js
and node node -v
version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.what do you mean
if you have 2 bots running then just turn one off?
just tell me whats the fastest discord.js
like client.message.fetch idk
(im using discord.js just to handle the commands)
and using a different lib to make stuff with my bot
what are you trying to do
client.messages doesnt exist
:)
n- nothing
im trying to bypass no handler found for this command thing
the no handler found is something you made custom
so just delete that part of the code if you dont need it
i didnt add it
look
to bypass it i need to use discord.js
what is the thing that works the fastest in discord.js
like sending a message takes 0.8 seconds and reading a message 0.4 seconds
there's no way to bypass if you have multiple clients running on the same token
its just a matter of which client responds the fastest
hmm
thanks
makes sense i think... i have 4 clients
why not combine them into 1 or make 4 separate bots
maybe... i did that just so it gets less confusing tho
its doing the opposite
having multiple instances on the same token is never a good idea
aight
thx for not giving up helping me at some point lol
yw