#is there any errors in your console or

1 messages · Page 1 of 1 (latest)

uneven mist
#

Nope

#

None.

bitter terrace
#

send code please

uneven mist
#

Based on console logs I don't get past the await

delicate condorBOT
#

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

uneven mist
#

After adding those listeners the result is still the same.

bitter terrace
#

where did you place that code?

uneven mist
#

immediately after instantiating the client

#

and immediately before the ready listener

bitter terrace
uneven mist
#

Just wanted to update you, I figured it out. It was an exception being thrown but not logged earlier in the process.