Skip to content

Commit fceb171

Browse files
gris-martinDanktuary
authored andcommitted
Fix code snippet for awaiting reactions (discordjs#234)
1 parent c077571 commit fceb171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guide/popular-topics/reactions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ message.awaitReactions(filter, { max: 1, time: 60000, errors: ['time'] })
177177
}
178178
})
179179
.catch(collected => {
180-
console.log(`After a minute, only ${collected.size} out of 4 reacted.`);
181180
message.reply('you reacted with neither a thumbs up, nor a thumbs down.');
182181
});
183182
```

0 commit comments

Comments
 (0)