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

fix unpublish message

parent 9fafa97a
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ impl Handler {
)?;
msg.channel_id
.say(&ctx, format!("Published {}.", name))
.say(&ctx, format!("Unpublished {}.", name))
.await
.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