Process replied message

This commit is contained in:
Yash Karandikar 2022-07-05 23:51:02 +05:30
parent c025ee2291
commit 8e40803215

View file

@ -160,6 +160,8 @@ impl EventHandler for Handler {
.collect::<String>()
);
content = discord_to_irc_processing(&content, &**members_lock, &ctx, &roles).await;
let to_send = if content.len() > reply_content_limit {
format!("{}...", &content[..reply_content_limit - 3])
} else {