This commit is contained in:
Erik C. Thauvin 2020-07-11 18:32:57 -07:00
parent 044f1b85b7
commit 8b4b0d7dd1
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ class Tags(bot: Mobibot) : AbstractCommand(bot) {
bot.send(EntriesUtils.buildTags(index, entry))
LinksMgr.saveEntries(bot, false)
} else {
bot.send(sender, "Please ask a channel op to change the tags for you.",isPrivate)
bot.send(sender, "Please ask a channel op to change the tags for you.", isPrivate)
}
} else {
if (entry.hasTags()) {