mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build for branch data-store-refactor: d1e4bb73b39bd349663bbf1b00a9fa28559173bd
This commit is contained in:
parent
cbb0776283
commit
d4ce3469eb
2 changed files with 5 additions and 1 deletions
|
|
@ -3187,6 +3187,10 @@ class Base {
|
|||
writable: false,
|
||||
});
|
||||
}
|
||||
|
||||
_clone() {
|
||||
return Object.assign(Object.create(this), this);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Base;
|
||||
|
|
|
|||
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