From ac7a010a7c6fbee7bbbd7e260b2b751e01128792 Mon Sep 17 00:00:00 2001 From: Canine8YT Date: Sat, 29 May 2021 09:19:05 -0500 Subject: [PATCH] Update Interaction.js --- lib/structures/Interaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/structures/Interaction.js b/lib/structures/Interaction.js index 99723a355..f8ab9ff01 100644 --- a/lib/structures/Interaction.js +++ b/lib/structures/Interaction.js @@ -103,7 +103,7 @@ class Interaction extends Base { allowed_mentions: content.allowed_mentions || null, flags: content.flags || 0, } - }) + }).then((message) => new Message(message, this)) } }