Browse Source

updated cmd name

master
David Haukeness 5 years ago
parent
commit
3badd2f2d5
  1. 2
      commands.go

2
commands.go

@ -207,5 +207,5 @@ func (b *bot) handleConfigHelp(m chat1.MsgSummary) {
if args[2] != "help" { if args[2] != "help" {
return 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)
} }

Loading…
Cancel
Save