Fox-V3/sayurl/__init__.py
Bobloy e519173af7 SayURL initial commit
Signed-off-by: Bobloy <alboblexloy@gmail.com>
2018-05-10 16:20:51 -04:00

6 lines
74 B
Python

from .sayurl import SayUrl
def setup(bot):
bot.add_cog(SayUrl(bot))