#Hide output from console.
15 messages · Page 1 of 1 (latest)
• 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.
simply dont use console.log(). this is not djs-related
My goal would be is to not get cmd output whenever using Discord.js stuff
you mean the 'ready' ?
no, i mean the "Bot starting up" one
if i use channel.send it also outputs it to the console
you probably have somewhere in your code to be sending outputs to your console
i cant tell you where because its your code
sending content to a channel doesn't log to your console unless you specifically tell you code to do so
Well i didn't specifically do anything to get this as a result
You must have
Stuff doesnt log to the console by itself
discord.js does not log anything to console on it's own
Well that is definitely strange then