📜  settimeout javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:38.685000             🧑  作者: Mango

代码示例6
setTimeout(function(){
     //Insert code here. Here is an example using discord.js
     message.channel.send("Waited 5 seconds before sending this message.");
}, 5000); //Waits 5 seconds before executing the function/code.
//Code by: @NickIsNotADev#3506 on Discord.