fix: parse error
This commit is contained in:
parent
52f183e449
commit
a933939e45
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue