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