This commit is contained in:
Yash Karandikar 2022-08-28 16:05:54 -05:00
parent f503d0103e
commit ee832eb515
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ async fn msg_task(mut recv: UnboundedReceiverStream<QueuedMessage>) -> anyhow::R
http,
message,
} => {
if content.is_empty() {
if message.is_empty() {
continue;
}
channel_id.say(&http, message).await?;