Brandon209-Red-bot-Cogs/sfx/__init__.py
2020-06-26 00:21:16 -04:00

6 lines
65 B
Python

from .sfx import SFX
def setup(bot):
bot.add_cog(SFX(bot))