suppose i use a client.on('messageCreate', ...) (eg. for collecting DMs) and a messageCollector.on('collect', ...) on a channel simultaneously
would the same message appear on both listeners? or would it only appear on the "most restrictive listener" (ie. the channel msg collector) or some other rule?