Replies: 1 comment
-
Could you paste all of your code? That error means 'bot' is not defined. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know how to disconnect from the server? It's not working for me and I'm getting the error "Cannot read propetty of 'quit' of undefined". I've also tried bot.end() as the docs described, but both return this error. Any ideas? Thank you.
if (msg.startsWith("Woah there, slow down")) { bot.quit("Relogging")
Beta Was this translation helpful? Give feedback.
All reactions