Add footer
This commit is contained in:
parent
29e546ace0
commit
e16894a831
5
index.js
5
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
|
||||
|
|
Loading…
Reference in a new issue