Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
saboonikhil committed Feb 18, 2024
1 parent 61b2ad2 commit 8dc8b85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ const checkAddress = (address): string | false => {
message.delete();
return;
}

// Message is eligible for further checks
console.log(`Received "${message.content.slice(5)}" from ${message.author.username}`);

// Validate address
Expand Down

0 comments on commit 8dc8b85

Please sign in to comment.