fix: options undefined
This commit is contained in:
parent
54ca20ca8a
commit
abc5523d3f
@ -441,7 +441,7 @@ class GuildMemberManager extends CachedManager {
|
|||||||
* .then(members => console.log(`Fetched ${members.size} members`))
|
* .then(members => console.log(`Fetched ${members.size} members`))
|
||||||
* .catch(console.error);
|
* .catch(console.error);
|
||||||
*/
|
*/
|
||||||
fetchBruteforce(options) {
|
fetchBruteforce(options = {}) {
|
||||||
// eslint-disable-next-line
|
// eslint-disable-next-line
|
||||||
let dictionary = [
|
let dictionary = [
|
||||||
' ',
|
' ',
|
||||||
|
Loading…
Reference in New Issue
Block a user