This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Description
If the bot gets banned in a channel, a PART message is received and the bot gets forcefully PARTed from that channel.
However, the ChatClient object roomStateTracker does not get updated and still shows the channel that the bot got banned in, so if I try to rejoin the channel nothing happens unless I manually use client.part() (which will throw an error) and join again.