This commit is contained in:
March 7th 2022-04-01 20:15:33 +07:00
parent 50516bf89d
commit 7f95363348

View File

@ -122,7 +122,7 @@ class MessagePayload {
* Resolves data. * Resolves data.
* @returns {MessagePayload} * @returns {MessagePayload}
*/ */
resolveData() { async resolveData() {
if (this.data) return this; if (this.data) return this;
const isInteraction = this.isInteraction; const isInteraction = this.isInteraction;
const isWebhook = this.isWebhook; const isWebhook = this.isWebhook;