Update ready.js

This commit is contained in:
Hirzi
2021-07-10 10:08:39 +07:00
committed by GitHub
parent fa6881291b
commit 933b8438c5
+1 -1
View File
@@ -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" });});