remove guild update from channel update function

This commit is contained in:
Adrian Edwards 2020-10-18 19:09:52 -07:00
parent e3bcddcf4f
commit a20f80ac79

View file

@ -373,10 +373,6 @@ class TextSettingsWindow(SettingsWindow):
return
c = self.channel_lookup[button.get_active()]
self.channel = c
channel_guild = self.list_channels[c]["guild_id"]
# if the channel is not from the current guild, set the guild too
if channel_guild != self.guild:
self.guild = channel_guild
self.save_config()