Update packages, migrate to Serenity 0.11
This commit is contained in:
parent
a388416945
commit
edfb01d154
4 changed files with 265 additions and 231 deletions
|
@ -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
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue