Skip to content

Commit

Permalink
Update Interaction.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed May 29, 2021
1 parent fcf85d0 commit ac7a010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/structures/Interaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class Interaction extends Base {
allowed_mentions: content.allowed_mentions || null,
flags: content.flags || 0,
}
})
}).then((message) => new Message(message, this))
}

}
Expand Down

0 comments on commit ac7a010

Please sign in to comment.