mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: 3e3674b1af
This commit is contained in:
parent
760efcd267
commit
c8dbc3522b
2 changed files with 2 additions and 2 deletions
|
|
@ -1677,7 +1677,7 @@ class DataStore extends Collection {
|
|||
super();
|
||||
if (!Structures) Structures = __webpack_require__(23);
|
||||
Object.defineProperty(this, 'client', { value: client });
|
||||
Object.defineProperty(this, 'holds', { value: Structures.get(holds.name) });
|
||||
Object.defineProperty(this, 'holds', { value: Structures.get(holds.name) || holds });
|
||||
if (iterable) for (const item of iterable) this.create(item);
|
||||
}
|
||||
|
||||
|
|
|
|||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue