mirror of
https://github.com/p08dev/cogs.git
synced 2026-06-17 04:33:51 +02:00
8 lines
159 B
Python
8 lines
159 B
Python
from .exclusiveroles import ExclusiveRoles
|
|
|
|
|
|
async def setup(bot):
|
|
cog = ExclusiveRoles(bot)
|
|
r = bot.add_cog(cog)
|
|
if r is not None:
|
|
await r |