robertwayne / cogwatch

Hot-reloading for discord.py-based command files.
MIT License
47 stars 6 forks source link

Support for nextcord #19

Closed QuentiumYT closed 2 years ago

QuentiumYT commented 2 years ago

Try to import nextcord if discord fails. As nextcord requires discord.py to be uninstalled, it will use the except statement.

I'm using nextcord for the UI syntax, and saw your library, thanks for this project!

robertwayne commented 2 years ago

This looks like a nice compatbility feature - everything seems to work well! Thanks!