Update GuildMemberManager.js
This commit is contained in:
parent
69965d1804
commit
410ca0f295
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user