hwsuk / discord-bot

Multi-purpose Discord bot for the HWSUK Discord server
2 stars 1 forks source link

Fix broken sold on date detection on eBay cog #54

Closed emberdex closed 3 years ago

emberdex commented 3 years ago

eBay changed the way listings look, which broke the "sold on" date detection (and due to bad error handling, it broke the whole command). Not only that, the date element is obfuscated, so I had to write a bunch of boilerplate to deobfuscate it.