diff --git a/chatbot/parser.go b/chatbot/parser.go index 04e7a7a..f1e01d0 100644 --- a/chatbot/parser.go +++ b/chatbot/parser.go @@ -17,10 +17,8 @@ func ParseResult(content string, s *discordgo.Session, m any) string { switch m := m.(type) { case *discordgo.MessageCreate: - case *utils.MessageCreate: user = m.Author joinedAt = &m.Member.JoinedAt - case *discordgo.IntegrationCreate: case *utils.InteractionCreate: user = m.Member.User joinedAt = &m.Member.JoinedAt