Changing to activity updates

pull/9/head
sgoudham 4 years ago
parent f728241a89
commit f88b4a6768

@ -563,7 +563,7 @@ class Moderation(Cog):
modlogs_channel = self.bot.get_channel(modlogs) modlogs_channel = self.bot.get_channel(modlogs)
# Logging nickname changes # Logging nickname changes
if before.nick != after.nick or before.status != after.status: if before.nick != after.nick or before.activity != after.activity:
# Getting emoji of status from dict # Getting emoji of status from dict
for key, value in member_status.items(): for key, value in member_status.items():

Loading…
Cancel
Save