Add footer

This commit is contained in:
Christopher Cookman 2024-07-02 21:07:15 -06:00
parent 29e546ace0
commit e16894a831
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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