mirror of
https://github.com/danbulant/discord.js
synced 2026-07-03 18:20:46 +00:00
Webpack build for branch master: 94e2a85386
This commit is contained in:
parent
aab1938eb5
commit
68f79a7fcd
1 changed files with 5 additions and 5 deletions
|
|
@ -12468,12 +12468,12 @@ const Collector = __webpack_require__(66);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Collects messages on a channel.
|
* Collects messages on a channel.
|
||||||
* @implements {Collector}
|
* @extends {Collector}
|
||||||
*/
|
*/
|
||||||
class MessageCollector extends Collector {
|
class MessageCollector extends Collector {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {TextBasedChannel} channel The channel.
|
* @param {TextChannel|DMChannel|GroupDMChannel} channel The channel.
|
||||||
* @param {CollectorFilter} filter The filter to be applied to this collector.
|
* @param {CollectorFilter} filter The filter to be applied to this collector.
|
||||||
* @param {MessageCollectorOptions} options The options to be applied to this collector.
|
* @param {MessageCollectorOptions} options The options to be applied to this collector.
|
||||||
* @emits MessageCollector#message
|
* @emits MessageCollector#message
|
||||||
|
|
@ -16103,8 +16103,8 @@ const EventEmitter = __webpack_require__(10).EventEmitter;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface for defining a new Collector.
|
* Abstract class for defining a new Collector.
|
||||||
* @interface
|
* @abstract
|
||||||
*/
|
*/
|
||||||
class Collector extends EventEmitter {
|
class Collector extends EventEmitter {
|
||||||
constructor(client, filter, options = {}) {
|
constructor(client, filter, options = {}) {
|
||||||
|
|
@ -23451,7 +23451,7 @@ const Collection = __webpack_require__(3);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Collects reactions on messages.
|
* Collects reactions on messages.
|
||||||
* @implements {Collector}
|
* @extends {Collector}
|
||||||
*/
|
*/
|
||||||
class ReactionCollector extends Collector {
|
class ReactionCollector extends Collector {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue