#is there any errors in your console or
1 messages · Page 1 of 1 (latest)
send code please
Please add the following code to your code base outside of any other event listeners and provide the full log output relevant to your issue.
client
.on("debug", console.log)
.on("warn", console.log)
• Note: if you initialize your Client as bot or other identifiers you need to use these instead of client
• If the output is too long to post consider using a bin instead: gist | paste.gg | sourceb.in | hastebin
After adding those listeners the result is still the same.
where did you place that code?
immediately after instantiating the client
and immediately before the ready listener
do you get more data in your console or no?
Just wanted to update you, I figured it out. It was an exception being thrown but not logged earlier in the process.