mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-09-05 23:57:04 +00:00
Update ready.js
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ module.exports = client => {
|
||||
.setColor(config.embedcolor)
|
||||
.setDescription(nodemessage)
|
||||
.setTimestamp()
|
||||
.setFooter("Updated every 1 minutes | By Hirzi#8701")
|
||||
.setFooter("Updated every " + time + " seconds | By Hirzi#8701")
|
||||
.setThumbnail(client.user.avatarURL());
|
||||
|
||||
ch.send(embed).then(msg => {msg.delete({ timeout: time + "000" });});
|
||||
|
||||
Reference in New Issue
Block a user