alta-vr / js-tale

GNU General Public License v3.0
2 stars 10 forks source link

GroupManager does not handle kick events #2

Closed mdingena closed 3 years ago

mdingena commented 3 years ago

Context

When you invite a js-tale bot to your server group, it will accept the invitation immediately (or as soon as the bot comes online). But when you kick a bot members from your server group, the js-tale bot does not react accordingly. It still thinks it's part of the server group, with whatever implications this has. That could be problematic as you might try to send commands to a server you longer have access to.

Desired outcome

When bots are kicked (and by extension banned), js-tale needs to react appropriately to prevent operating on outdated assumptions.

mdingena commented 3 years ago
2021-05-19T02:45:54.046626+00:00 app[web.1]: 5/19/2021, 2:45:54 AM - [Group] Left 292966562 - Voodoo Playground

This appears to be fixed in v1.1.0 🎉