From 7f95363348a91c73fed24d876223270485ca189d Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Fri, 1 Apr 2022 20:15:33 +0700 Subject: [PATCH] bug ? --- src/structures/MessagePayload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/MessagePayload.js b/src/structures/MessagePayload.js index a32dd77..4cdac22 100644 --- a/src/structures/MessagePayload.js +++ b/src/structures/MessagePayload.js @@ -122,7 +122,7 @@ class MessagePayload { * Resolves data. * @returns {MessagePayload} */ - resolveData() { + async resolveData() { if (this.data) return this; const isInteraction = this.isInteraction; const isWebhook = this.isWebhook;