6 lines
95 B
6 lines
95 B
![]()
7 years ago
|
from .exclusiverole import ExclusiveRole
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(ExclusiveRole(bot))
|