The title says it all. I\'ve tried changing const two = message.channel.createMessageCollector(t => t.author.id === message.author.id, {max: 1}) to con
const two = message.channel.createMessageCollector(t => t.author.id === message.author.id, {max: 1})
con