Fox-V3/timerole/__init__.py
Bobloy 5a835072f8 Timerole initial commit
Signed-off-by: Bobloy <alboblexloy@gmail.com>
2018-05-14 09:58:18 -04:00

6 lines
80 B
Python

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