Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
purrplingcat committed Sep 30, 2017
1 parent e9ec25f commit 6d5cf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Announcer/announcer.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function execSubCommand(scmd, args, message) {
}
if (cancelAnnounce(name)) {
storeAnnounces();
message.reply(`Announce '${name} canceled!'`)
message.reply(`Announce '${name}' canceled!`)
.catch(logger.error);
} else {
message.reply(`Can't cancel announce '${name}'`)
Expand Down

0 comments on commit 6d5cf66

Please sign in to comment.