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.
* @returns {MessagePayload}
*/
resolveData() {
async resolveData() {
if (this.data) return this;
const isInteraction = this.isInteraction;
const isWebhook = this.isWebhook;