if(typeofrateLimit!=="number")return(awaitmessage.reply("you need to provide a valid time limit!")).delete(5000);
if(rateLimit<0||rateLimit>21600)return(awaitmessage.reply(`I can't complete this request because the Discord API is only able to handle times from 0 seconds to 21600 seconds (6 hours), and you requested a time of ${rateLimit} seconds.`)).delete(5000);