Skip to content
Snippets Groups Projects
Commit 7db2fe39 authored by Stephen D's avatar Stephen D
Browse files

code fix

parent dc6f30cb
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ impl Handler { ...@@ -137,7 +137,7 @@ impl Handler {
Ok(id) => { Ok(id) => {
if self.load_published_program(msg, ctx, id).await.is_none() { if self.load_published_program(msg, ctx, id).await.is_none() {
msg.channel_id msg.channel_id
.say(&ctx, formatNone!("Could not load {}.", id)) .say(&ctx, format!("Could not load {}.", id))
.await .await
.unwrap(); .unwrap();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment