updated cmd name

This commit is contained in:
2020-04-22 15:30:55 +00:00
parent 075dc26ed3
commit 3badd2f2d5

View File

@ -207,5 +207,5 @@ func (b *bot) handleConfigHelp(m chat1.MsgSummary) {
if args[2] != "help" {
return
}
b.debug("config list called by @%s in %s", m.Sender.Username, m.ConvID)
b.debug("config help called by @%s in %s", m.Sender.Username, m.ConvID)
}