We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e717f1b commit ed72120Copy full SHA for ed72120
anti_nft_spam_bot/src/handlers/mod.rs
@@ -555,7 +555,7 @@ async fn gather_suspicion(
555
concat!(
556
"Sorry, but I could not find any links in ",
557
"your message or the message you replied to, if any. ",
558
- "This bot only blocks messages with usernames, links and buttons with links."
+ "This bot only blocks messages with usernames, links, and buttons with links."
559
)
560
};
561
bot.archsendmsg(message.chat.id, response, message.id)
0 commit comments