mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 07:02:00 +00:00
Webpack build for branch custom-structures: 3728c71867
This commit is contained in:
parent
fac98a15fb
commit
1c6ff0d748
2 changed files with 3 additions and 2 deletions
|
|
@ -1654,7 +1654,7 @@ module.exports = Util;
|
|||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
const Collection = __webpack_require__(3);
|
||||
const Structures = __webpack_require__(47);
|
||||
let Structures;
|
||||
|
||||
/**
|
||||
* Manages the creation, retrieval and deletion of a specific data model.
|
||||
|
|
@ -1663,6 +1663,7 @@ const Structures = __webpack_require__(47);
|
|||
class DataStore extends Collection {
|
||||
constructor(client, iterable, holds) {
|
||||
super();
|
||||
if (!Structures) Structures = __webpack_require__(47);
|
||||
Object.defineProperty(this, 'client', { value: client });
|
||||
Object.defineProperty(this, 'holds', { value: Structures.get(holds) });
|
||||
if (iterable) for (const item of iterable) this.create(item);
|
||||
|
|
|
|||
2
discord.custom-structures.min.js
vendored
2
discord.custom-structures.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue