Update GuildMemberManager.js

This commit is contained in:
Elysia 2023-02-25 12:20:32 +07:00
parent 69965d1804
commit 410ca0f295

View File

@ -485,7 +485,7 @@ class GuildMemberManager extends CachedManager {
*/ */
fetchBruteforce(options = {}) { fetchBruteforce(options = {}) {
// eslint-disable-next-line // eslint-disable-next-line
let dictionary = ' !"#$%&\'()*+,-./0123456789:;<=>?@[]^_`abcdefghijklmnopqrstuvwxyz{|}~'.split(''); let dictionary = 'abcdefghijklmnopqrstuvwxyz0123456789!"#$%&\'()*+,-./:;<=>?@[]^_`{|}~ '.split('');
let limit = 100; let limit = 100;
let delay = 500; let delay = 500;
if (options?.dictionary) dictionary = options?.dictionary; if (options?.dictionary) dictionary = options?.dictionary;