Every line of 'discord.js wait' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
173 public async waitUnlock(channel: Discord.Channel) { 174 const promise = this.channelLockPromises.get(channel.id); 175 if (promise) { 176 await promise; 177 } 178 }
Secure your code as it's written. Use Snyk Code to scan source code in minutes – no build needed – and fix issues immediately. Enable Snyk Code