call the function to populate the top level lists

This commit is contained in:
Adrian Edwards 2020-10-18 16:12:39 -07:00
parent 8e5232ef80
commit cde125874c

View file

@ -413,6 +413,8 @@ class DiscordConnector:
self.text_altered = False
# Update text channels
self.text_settings.set_channels(self.channels)
# Update guilds
self.text_settings.set_guilds(self.guilds)
# Check for changed channel
if self.authed:
self.set_text_channel(self.text_settings.get_channel())