JarrodPo
Results
2
comments of
JarrodPo
I forgot to note I was creating my compendiums in code, not though the UI, so there is probably something with this api I should have done. ``` async function...
It tells me that the delete method is _undefined_. ``` game.customFolders.compendium.entries.get(packCode).delete() ``` The CompendiumFolder object does have a delete method, but I'm not trying to delete the whole folder. ```...