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