SpikeHD / AmazonMonitor

Amazon price checker, item monitor and stock monitor, all shoved into a Discord bot
GNU General Public License v3.0
235 stars 39 forks source link

Async/await rewrite #26

Closed SpikeHD closed 4 years ago

SpikeHD commented 4 years ago

Based on #25, this rewrites all major functionality in a way that removes plenty of .then()s and replaces them with awaits. Makes the code cleaner and sometimes easier to read.