This commit is contained in:
Yash Karandikar 2022-08-28 16:05:54 -05:00
parent f503d0103e
commit ee832eb515

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?;