izy521 / discord.io

A small, single-file library for creating DiscordApp clients from Node.js or the browser
https://discord.gg/0MvHMfHcTKVVmIGP
MIT License
535 stars 155 forks source link

No Bots working with node.js #237

Closed ghost closed 6 years ago

ghost commented 6 years ago

Get no connection, no error. Even with a bot.on('disconnect') listener to try and establish a reconnect it fails. Generated new keys for the bots and that didn't fix the problem.

Could it be that API V6 is now required?

vegeta897 commented 6 years ago

Correct, see #236

CheweyZ commented 6 years ago

V5 is officially discontinued You can use npm install woor/discord.io#gateway_v6 to fix your bot

ghost commented 6 years ago

Thanks! That worked, sorry about duplicating issues.

greavettey commented 6 years ago

You still need to close the issue