Fox-V3/sayurl/__init__.py

6 lines
74 B

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