call the function to populate the top level lists
This commit is contained in:
parent
8e5232ef80
commit
cde125874c
1 changed files with 2 additions and 0 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue