You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the issue regarding not picking up new channels after the bot starts. Should be a quick fix to have the bot update the channel listing when the channel is updated.
The text was updated successfully, but these errors were encountered:
@RikerTuros and @LilithTheSuccubus
There are 2 ways to solve this. First, on channelUpdate check the new name of the channel and updating all registries.
The second method is a little more drastic, implies changing nameTracker.json structure.
This way you can speed up the process when there are lots of users and nicknames registered. Instead looping through each one of them, just go directly to a single one. Also if the user name or the channel names changes, you don't mind.
Similar to the issue regarding not picking up new channels after the bot starts. Should be a quick fix to have the bot update the channel listing when the channel is updated.
The text was updated successfully, but these errors were encountered: