mirror of
https://github.com/danbulant/discord.js
synced 2026-07-03 18:20:46 +00:00
Webpack build for branch data-store-refactor: bc66d8b61d0f6de433160f25606ade5cca8069ad
This commit is contained in:
parent
6624752a79
commit
fe39f206e4
2 changed files with 3 additions and 3 deletions
|
|
@ -7817,8 +7817,8 @@ const Collection = __webpack_require__(3);
|
||||||
*/
|
*/
|
||||||
class DataStore extends Collection {
|
class DataStore extends Collection {
|
||||||
constructor(client, iterable) {
|
constructor(client, iterable) {
|
||||||
super(iterable);
|
super();
|
||||||
|
for (const item of iterable) this.create(item);
|
||||||
Object.defineProperty(this, 'client', { value: client });
|
Object.defineProperty(this, 'client', { value: client });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
discord.data-store-refactor.min.js
vendored
2
discord.data-store-refactor.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue