diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-07-27 13:36:53 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-07-27 13:36:53 -0400 |
| commit | b1f08e8833e78d729d5e7d61dfa2b7ef28c967ff (patch) | |
| tree | 582652d00bd82308448cdb0c25b2e8864fc73444 /cmd/mimi | |
| parent | e1007bd52d311e32f10a2af15b335b195e4dfccd (diff) | |
| download | x-b1f08e8833e78d729d5e7d61dfa2b7ef28c967ff.tar.xz x-b1f08e8833e78d729d5e7d61dfa2b7ef28c967ff.zip | |
verbose
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/mimi')
| -rw-r--r-- | cmd/mimi/modules/discord/jufra/jufra.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/mimi/modules/discord/jufra/jufra.go b/cmd/mimi/modules/discord/jufra/jufra.go index 305f020..8612463 100644 --- a/cmd/mimi/modules/discord/jufra/jufra.go +++ b/cmd/mimi/modules/discord/jufra/jufra.go @@ -142,6 +142,7 @@ func (m *Module) messageCreate(s *discordgo.Session, mc *discordgo.MessageCreate st.aa.Update() if !st.aa.Attention() { + slog.Info("not paying attention", "channel_id", mc.ChannelID, "message_id", mc.ID, "probability", st.aa.GetProbability()) return } |
