如何检测Discord.js中使用收集器清除的反应? 在discord.js文档中找到了一些教程,但仍然找不到它。 任何帮助都会很棒。
答案 0 :(得分:0)
只要您的ReactionCollector
的dispose
选项设置为true,就可以使用delete
事件
List<string> AdapterList = new List<string>();
foreach (NetworkInterface nic in NetworkInterface.GetAllNetworkInterfaces())
{
AdapterList.Add(nic.Name);
}
networkAdapterList.DataSource = AdapterList;