Skip to content

Commit cdee8d4

Browse files
committed
Update logging_message_edit.py
1 parent 7477f6a commit cdee8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zorak/cogs/logging/logging_message_edit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, bot):
1818

1919
@commands.Cog.listener()
2020
async def on_message_edit(self, message_before, message_after):
21-
"""
21+
2222
# IGNORE /run, since we will set up an on_message_edit handler there with opposite logic
2323
if message_before.content.startswith('/run') or message_after.content.startswith('/run'):
2424
return

0 commit comments

Comments
 (0)