hwsuk / discord-bot

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

feat(usl): Add USL cog #39

Closed emberdex closed 3 years ago

emberdex commented 3 years ago

This PR implements the USL cog, allowing users to query the Universal Scammer List. It also implements a service which can be reused across the project, and modularises the whole project, allowing for greater code reuse and testability once the code eventually gets refactored to use the service pattern.