Brandon209-Red-bot-Cogs/sfx/__init__.py

7 lines
135 B
Python

from .sfx import SFX
__red_end_user_data_statement__ = "This doesn't store any user data."
def setup(bot):
bot.add_cog(SFX(bot))