Not logging channel position

pull/9/head
sgoudham 4 years ago
parent c78a953690
commit 906e5885d9

@ -866,7 +866,7 @@ class Moderation(Cog):
modlogs_channel = self.bot.get_channel(modlogs) modlogs_channel = self.bot.get_channel(modlogs)
# Logging Channel Name/Category/Position Updates # Logging Channel Name/Category/Position Updates
if before.name != after.name or before.category != after.category or before.position != after.position: if before.name != after.name or before.category != after.category:
fields = [("Before", fields = [("Before",
f"**Channel Updated -->** #{before}\n" f"**Channel Updated -->** #{before}\n"
f"**Category -->** {before.category or self.bot.cross}\n" f"**Category -->** {before.category or self.bot.cross}\n"

Loading…
Cancel
Save