所以,我在C#中创建了一个Discord.Net机器人,我想知道如何在保持响应的同时等待一段时间。这里有一些伪代码来表明我的意思。
Wait for 30 seconds while checking for input
If I have found input within this 30 seconds, echo it in the current channel.
If not, call the DoStuff() method.
我如何在C#中实现这一目标?以上这个只是一个例子,而不是真实的东西(显然)。