Essentially, I want the bot to go through the channel's message history, find a message containing some particular text, and then give out the link to the message in the same channel.
Going through the documentation, I imagine I will make use of async for message in channel.history(params) but I cannot figure out how for my particular use case.