Less verbose debug
This commit is contained in:
parent
0064e6e9b5
commit
aba9840bcb
@ -507,10 +507,10 @@ class InfoChannel(Cog):
|
|||||||
kwargs.keys() & guild_data["enabled_channels"].keys()
|
kwargs.keys() & guild_data["enabled_channels"].keys()
|
||||||
) # Value in kwargs doesn't matter
|
) # Value in kwargs doesn't matter
|
||||||
|
|
||||||
|
if to_update or extra_roles:
|
||||||
log.debug(f"{to_update=}\n"
|
log.debug(f"{to_update=}\n"
|
||||||
f"{extra_roles=}")
|
f"{extra_roles=}")
|
||||||
|
|
||||||
if to_update or extra_roles:
|
|
||||||
category = guild.get_channel(guild_data["category_id"])
|
category = guild.get_channel(guild_data["category_id"])
|
||||||
if category is None:
|
if category is None:
|
||||||
log.debug('Channel category is missing, updating must be off')
|
log.debug('Channel category is missing, updating must be off')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user