mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-30 00:21:16 +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,
|
"lastMessage": a.lastMessageSent,
|
||||||
"nextExecution": nextExecute,
|
"nextExecution": nextExecute,
|
||||||
"now": time.Now(),
|
"now": time.Now(),
|
||||||
}).Debug("Auto-Message was allowed through cron")
|
}).Trace("Auto-Message was allowed through cron")
|
||||||
}
|
}
|
||||||
|
|
||||||
if a.OnlyOnLive {
|
if a.OnlyOnLive {
|
||||||
|
|
Loading…
Reference in a new issue