mirror of
https://github.com/p08dev/cogs.git
synced 2026-06-17 12:43:51 +02:00
try removing only exclusive roles
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user