mirror of
https://github.com/p08dev/cogs.git
synced 2026-06-17 12:43:51 +02:00
first commit
This commit is contained in:
8
exclusiveroles/__init__.py
Normal file
8
exclusiveroles/__init__.py
Normal file
@ -0,0 +1,8 @@
|
||||
from .exclusiverole import ExclusiveRole
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
cog = ExclusiveRole(bot)
|
||||
r = bot.add_cog(cog)
|
||||
if r is not None:
|
||||
await r
|
||||
Reference in New Issue
Block a user