mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: 874e94992b
This commit is contained in:
parent
4966797bff
commit
2ad6d4465b
1 changed files with 1 additions and 1 deletions
|
|
@ -3565,7 +3565,7 @@ class Message {
|
|||
* @example
|
||||
* // Create a reaction collector
|
||||
* const collector = message.createReactionCollector(
|
||||
* (reaction, user) => reaction.emoji.id === '👌' && user.id === 'someID',
|
||||
* (reaction, user) => reaction.emoji.name === '👌' && user.id === 'someID',
|
||||
* { time: 15000 }
|
||||
* );
|
||||
* collector.on('collect', r => console.log(`Collected ${r.emoji.name}`));
|
||||
|
|
|
|||
Loading…
Reference in a new issue