Skip to content

Commit

Permalink
No
Browse files Browse the repository at this point in the history
  • Loading branch information
SylteA committed Mar 17, 2024
1 parent f2663ff commit 83d2a77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ async def on_message(self, message):
if message.author.bot:
return

raise ValueError("Test")

log.debug(f"{message.channel}: {message.author}: {message.clean_content}")

await self.process_commands(message)
Expand Down

0 comments on commit 83d2a77

Please sign in to comment.