Fix cooldown display

pull/1/head
Supositware 1 year ago
parent 467d282a3c
commit fcb7776f60

@ -327,7 +327,7 @@ export default {
}
if (command.ratelimit === ratelimit[userID][commandName].limit) {
return await message.reply({ content: `You are being rate limited. You can try again in ${Math.floor((ratelimit[userID][commandName].cooldown - date) / 1000)} seconds.`, ephemeral: true });
return await message.reply({ content: `You are being rate limited. You can try again in ${Math.floor((ratelimit[userID][commandName].cooldown - date) / 1000)}huh seconds.`, ephemeral: true });
}
}

Loading…
Cancel
Save