6 lines
108 B
Python
6 lines
108 B
Python
|
from .reactrole import ReactRole
|
||
|
|
||
|
|
||
|
async def setup(bot):
|
||
|
cog = ReactRole(bot)
|
||
|
await bot.add_cog(cog)
|