mirror of
https://github.com/danbulant/discord.js
synced 2026-09-18 14:04:00 +00:00
Webpack build for branch data-store-refactor: 1e4ddc4f34faee056f5e0c814b55248e95cdedbe
This commit is contained in:
parent
a189efa62d
commit
46526139f1
1 changed files with 4 additions and 0 deletions
|
|
@ -9739,6 +9739,10 @@ const DataStore = __webpack_require__(12);
|
|||
const Collection = __webpack_require__(3);
|
||||
let Message;
|
||||
|
||||
/**
|
||||
* Stores messages from channels
|
||||
* @extends {DataStore}
|
||||
*/
|
||||
class MessageStore extends DataStore {
|
||||
constructor(channel, iterable) {
|
||||
super(channel.client, iterable);
|
||||
|
|
|
|||
Loading…
Reference in a new issue