Go to file
Lamp df4c50e704
Simplify channel connecting…
Now that I know that how clients fail is actually because of a user rate limit on setting channels;
instead of queuening clients to join every two seconds, and re-adding them to the queue when they loose their connection, which failed to rejoin some bridges;
just use an interval, the same interval used to ensure the user is in the right channel, to also retry joining the channel when the client is connected but isn't in the channel;
and get rid of the clientConnector rubbish.
2018-09-03 22:54:35 -07:00
src Simplify channel connecting… 2018-09-03 22:54:35 -07:00
.gitignore ~ 2018-08-13 22:47:26 -07:00
Procfile rm index.js 2018-07-13 20:45:51 -07:00
package-lock.json Lock discordjs-dev version 2018-08-25 13:19:34 -07:00
package.json Lock discordjs-dev version 2018-08-25 13:19:34 -07:00