Skip to content

Commit

Permalink
cc: lower logging to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas747 committed Jul 29, 2021
1 parent e367a51 commit 7ac10f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customcommands/bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ func ExecuteCustomCommand(cmd *models.CustomCommand, tmplCtx *templates.Context)
go analytics.RecordActiveUnit(cmd.GuildID, &Plugin{}, "executed_cc")

// pick a response and execute it
f.Info("Custom command triggered")
f.Debug("Custom command triggered")

chanMsg := cmd.Responses[rand.Intn(len(cmd.Responses))]
out, err := tmplCtx.Execute(chanMsg)
Expand Down

0 comments on commit 7ac10f4

Please sign in to comment.