6 lines
95 B
Python
6 lines
95 B
Python
from .reactrestrict import ReactRestrict
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(ReactRestrict(bot))
|