first commit

This commit is contained in:
Patrick D. Rupp
2025-03-11 21:31:23 +01:00
commit 33e3b67c04
3 changed files with 156 additions and 0 deletions

View 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