Closed
Description
One of the coolest things on discord is how amazing it's search bar works. Unfortunately, there is no way to interact with it using a bot that I am aware of. Instead i would have to fetch hundreds of thousands if not millions of messages depending on the servers activity and size in order to get the same functionality.
Is it possible to add this functionality so a request could be made something like:
GET /search/?in:#channel&filterText="keyword"
Which could send back any and all necessary messages instead of having to fetch so many messages in a loop.