chore(github): update in-cooldown message

This commit is contained in:
xHyroM 2022-07-11 08:35:33 +02:00
parent 119d8dee7b
commit f77806daca

View file

@ -45,7 +45,7 @@ new Command({
return ctx.respond({
type: InteractionResponseType.ChannelMessageWithSource,
data: {
content: `⚠️ You are in cooldown, please wait <t:${Math.floor(cooldowns.get(ctx.user.id) / 1000)}:R>.`,
content: `⚠️ You are in cooldown, you will be able to use this command <t:${Math.floor(cooldowns.get(ctx.user.id) / 1000)}:R>.`,
flags: MessageFlags.Ephemeral,
}
});