// I don't believe interrupting CollectReactionAsync is possible.
// My soloution was to instead have something like WaitForReactionAsync() to
// trigger the code below
message = await Ctx.Channel.GetMessageAsync(message.Id).ConfigureAwait(false); // Refresh message
var results = message.Reactions; // Gets messages reactions