/[sudobot]/trunk/src/automod/Cooldown.ts
ViewVC logotype

Diff of /trunk/src/automod/Cooldown.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 56 by rakin, Mon Jul 29 17:28:24 2024 UTC revision 124 by rakin, Mon Jul 29 17:28:41 2024 UTC
# Line 60  export default class Cooldown { Line 60  export default class Cooldown {
60                  embeds: [                  embeds: [
61                      new MessageEmbed()                      new MessageEmbed()
62                      .setColor('#f14a60')                      .setColor('#f14a60')
63                      .setDescription(':clock: Please try again in ' + timeProcess((time - ((new Date()).getTime() - this.cooldownTimes[index].getTime())) / 1000))                      .setDescription(':clock: Please try again in ' + timeProcess(((time - ((new Date()).getTime() - this.cooldownTimes[index].getTime())) + 1) / 1000))
64                  ]                  ]
65              });              });
66    

Legend:
Removed from v.56  
changed lines
  Added in v.124

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26