chore: how to implement MFA?

This commit is contained in:
Elysia
2024-09-17 21:12:11 +07:00
parent f7e328e569
commit cda3231c5a
4 changed files with 6 additions and 0 deletions

View File

@@ -228,6 +228,7 @@ class GuildBanManager extends CachedManager {
* console.log(`Banned ${result.bannedUsers.length} users, failed to ban ${result.failedUsers.length} users.`)
* })
* .catch(console.error);
* @deprecated This method will not be usable until an effective MFA implementation is in place.
*/
async bulkCreate(users, options = {}) {
if (!users || !(Array.isArray(users) || users instanceof Collection)) {