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 matching for pastebin urls to send the raw version #27

Closed jab416171 closed 2 years ago

Dorukyum commented 2 years ago

Hello, I think it would be better if we did the following:

  1. Check if the guild is Pycord (if message.guild == self.bot.pycord)
  2. List the links and send in one message (to prevent the bot from spamming)
Dorukyum commented 2 years ago

I tested this and it works well but I'm thinking, why/how would this be useful?

jab416171 commented 2 years ago

pastebin's default landing page has ads and is slow and obnoxious. the raw paste is just the text. Chicc said "we only accept pastebin links" and it inspired me to add this feature.