2018-09-13 13:27:59 -04:00

6 lines
95 B
Python

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