mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
[automessage] Move spammy message to trace-level
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0bec777df1
commit
6aeb2c8706
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func (a *autoMessage) CanSend() bool {
|
|||
"lastMessage": a.lastMessageSent,
|
||||
"nextExecution": nextExecute,
|
||||
"now": time.Now(),
|
||||
}).Debug("Auto-Message was allowed through cron")
|
||||
}).Trace("Auto-Message was allowed through cron")
|
||||
}
|
||||
|
||||
if a.OnlyOnLive {
|
||||
|
|
Loading…
Reference in a new issue