diff --git a/infochannel/infochannel.py b/infochannel/infochannel.py index 42ee890..f16d47f 100644 --- a/infochannel/infochannel.py +++ b/infochannel/infochannel.py @@ -507,10 +507,10 @@ class InfoChannel(Cog): kwargs.keys() & guild_data["enabled_channels"].keys() ) # Value in kwargs doesn't matter - log.debug(f"{to_update=}\n" - f"{extra_roles=}") - if to_update or extra_roles: + log.debug(f"{to_update=}\n" + f"{extra_roles=}") + category = guild.get_channel(guild_data["category_id"]) if category is None: log.debug('Channel category is missing, updating must be off')