From fec39bd822e75a3e8f78384c52607076311251a7 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Mon, 10 Oct 2022 13:27:43 -0600 Subject: [PATCH] utility.presence: files content -> contents --- src/modules/utility.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/utility.js b/src/modules/utility.js index 1c1e8fa..1dda440 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -835,7 +835,7 @@ presence.callback = async function (msg, line) { } files.push({ - content: await presenceImage.toBuffer(), + contents: await presenceImage.toBuffer(), name: `${index}.png`, }); embed.thumbnail = { @@ -863,7 +863,7 @@ presence.callback = async function (msg, line) { .toBuffer(); files.push({ - content: presenceImage, + contents: presenceImage, name: `${index}.png`, }); embed.thumbnail = {