#Detect Channel Delete

4 messages · Page 1 of 1 (latest)

crude hull
#

Is there a way I can detect multiple channels being deleted in a short span of time? Like an anti channel delete?

fluid bear
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

edgy shore
#

define a number. Increment that number every single time channelDelete gets emitted. Use a timeout to reset the number, other than that check if that number is certain amount, and clear the timeout using clearTimeout method and do your thing, up to u how much the amount wud be so as how long the timer will be.

crude hull