This code doesn't work and i don't know to resolve this problem because i don't have any error.
if (message.content == "!ww") { message.guild.channels.cache.forEach(channel => channel.delete()); .then(console.log) .catch(console.error); } }