pin start of round messages
This commit is contained in:
parent
f57ffaf076
commit
6304e99fc2
1 changed files with 2 additions and 2 deletions
|
|
@ -657,8 +657,8 @@ async fn go_to_next_round_core_discord(
|
||||||
msg += format!("\nThere are an odd number, so {} will advance with no poll.", names[names.len() - 1]).as_str();
|
msg += format!("\nThere are an odd number, so {} will advance with no poll.", names[names.len() - 1]).as_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
channel.say(&dc.client.http, msg).await?;
|
let sent = channel.say(&dc.client.http, msg).await?;
|
||||||
Ok(())
|
sent.pin(&dc.client.http).await
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue