Skip to content

Commit

Permalink
cmd/mimi/modules/discord/jufra: poke attention window when mimi is pa…
Browse files Browse the repository at this point in the history
…ying attention

Signed-off-by: Xe Iaso <[email protected]>
  • Loading branch information
Xe committed Jul 28, 2024
1 parent bfbff8e commit b3fa50e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/mimi/modules/discord/jufra/jufra.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ func (m *Module) messageCreate(s *discordgo.Session, mc *discordgo.MessageCreate
return
}

st.aa.Poke()

nick := mc.Author.Username

gu, err := s.State.Member(mc.GuildID, mc.Author.ID)
Expand Down

0 comments on commit b3fa50e

Please sign in to comment.