Fox-V3/exclusiverole/__init__.py

6 lines
95 B

from .exclusiverole import ExclusiveRole
def setup(bot):
bot.add_cog(ExclusiveRole(bot))