Fox-V3/scp/__init__.py

6 lines
65 B

from .scp import SCP
def setup(bot):
bot.add_cog(SCP(bot))