channel.bulkDelete() function in Discord.js, and I could really use some assistance.bulkDelete to delete messages stored in the toDelete variable. The toDelete variable is of type Collection<string, Message<true>>, and as per the documentation and a quick check in the Discord.js codebase (screenshot attached), this is an accepted type for the bulkDelete function.