From e16894a83130b836b6ec6ee0d96d4c8a7b5f006f Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Tue, 2 Jul 2024 21:07:15 -0600 Subject: [PATCH] Add footer --- index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 8df8dc8..5cd0770 100644 --- a/index.js +++ b/index.js @@ -129,7 +129,10 @@ client.on('interactionCreate', async interaction => { name: "Players", value: "No players online." } - ] + ], + footer: { + text: `Ping is relative to the server running this bot, and may not represent your connection.` + } }] } // if data.favicon is not null, decode the base64 as a buffer, and make the json object for the attachment