try removing only exclusive roles

This commit is contained in:
2025-03-11 21:50:12 +01:00
parent b5aeb0124f
commit e1e75b08ab
3 changed files with 20 additions and 33 deletions

View File

@ -1,8 +1,8 @@
from .exclusiverole import ExclusiveRole
from .exclusiveroles import ExclusiveRoles
async def setup(bot):
cog = ExclusiveRole(bot)
cog = ExclusiveRoles(bot)
r = bot.add_cog(cog)
if r is not None:
await r