dfrnoch / discord-sniper

🔰 Discord Nitro & Giveaway sniper! Made with Python
MIT License
170 stars 82 forks source link

mutliple links per messages + better regex #9

Closed winneratwin closed 3 years ago

winneratwin commented 3 years ago

this update allows you to have multiple codes in a message and updates the regex from (.) which includes spaces to (\w+) and (\S+) which does not include whitespace and + which is like but requires at least one number/letter and removes the . in the regex in places like discord.gift and replaces it with [.] since you could put in discordAgift and it would still check it