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