Dorukyum / Bond

A unique Discord bot for easy server organization and moderation
https://discord.gg/8JsMVhBP4W
GNU General Public License v3.0
41 stars 30 forks source link

Add regex support for pull request links #25

Closed ephemeral8997 closed 2 years ago

ephemeral8997 commented 2 years ago

This pr will add message edition support to the pull request index detecting, and it uses regex.

ephemeral8997 commented 2 years ago

The pr now gets the last 10 messages instead, because we do not want to spam the API with useless HTTP calls. Also, there're regexes for pull request link and its index.

Dorukyum commented 2 years ago

I think we can put the edit handling on hold for now but the regex search is perfect.

ephemeral8997 commented 2 years ago

The message edition needs a bit improvement, It makes a HTTP request per message edition so It takes time and abuses the API when editing for many times

Dorukyum commented 2 years ago

That's why I think we should put it on hold for now.