annalasko
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by annalasko on 5/11/2024 in #djs-questions
Do I need to manually check if each message in an Array is bulkDeletable?
I am currently writing a purge command for my bot, I mean, app, and I came across the
Message
property bulkDeletable
. Do I need to loop through my finalized Array
and check the Message
s individually against the permissions of the interaction's caller?4 replies