Update packages, migrate to Serenity 0.11

This commit is contained in:
Elnu 2022-04-25 10:33:45 -07:00
parent a388416945
commit edfb01d154
4 changed files with 265 additions and 231 deletions

View file

@ -49,7 +49,7 @@ async fn setSubmissionChannel(ctx: &Context, msg: &Message) -> CommandResult {
&ctx.http,
format!(
"Submission channel for **{}** set to <#{}>.",
msg.guild(&ctx).await.unwrap().name,
msg.guild(&ctx).unwrap().name,
msg.channel_id
),
)