Skip to content

Commit

Permalink
fix bot responding to EVERY message
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbyperson committed Oct 6, 2024
1 parent 51ebfc5 commit 61b9eb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reaper/cogs/log_reading.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ async def on_message(self, message):
break
else:
return
else:
return
log_file.seek(0)
lines = []
for line in log_file:
Expand Down

0 comments on commit 61b9eb5

Please sign in to comment.