hwsuk / discord-bot

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

Switch to async praw #49

Open issy opened 3 years ago

issy commented 3 years ago

The praw module currently used in the verify cog is synchronous. While it doesn't seem to have caused any issues for us thus far, it is best practice to use async modules in async code. Async praw is from the same developers as the praw package and has full feature parity - there is no reason for us to not use this.