diff --git a/jarvis/cogs/modlog.py b/jarvis/cogs/modlog.py index 8af9b0d..a01ea28 100644 --- a/jarvis/cogs/modlog.py +++ b/jarvis/cogs/modlog.py @@ -358,7 +358,7 @@ class ModlogCog(commands.Cog): {"guild": after.guild.id, "setting": "modlog"} ) if modlog: - if before.content == after.content: + if before.content == after.content or before.content is None: return channel = before.guild.get_channel(modlog["value"]) fields = [