Skip to content

Commit ed72120

Browse files
committed
Anti NFT Spam Bot - fix blunderous grammatical error
1 parent e717f1b commit ed72120

File tree

1 file changed

+1
-1
lines changed
  • anti_nft_spam_bot/src/handlers

1 file changed

+1
-1
lines changed

anti_nft_spam_bot/src/handlers/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ async fn gather_suspicion(
555555
concat!(
556556
"Sorry, but I could not find any links in ",
557557
"your message or the message you replied to, if any. ",
558-
"This bot only blocks messages with usernames, links and buttons with links."
558+
"This bot only blocks messages with usernames, links, and buttons with links."
559559
)
560560
};
561561
bot.archsendmsg(message.chat.id, response, message.id)

0 commit comments

Comments
 (0)