Fox-V3/timerole/__init__.py

6 lines
80 B

from .timerole import Timerole
def setup(bot):
bot.add_cog(Timerole(bot))