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

8 lines
148 B
Python
Raw Normal View History

2020-06-26 16:21:16 +12:00
from .sfx import SFX
__red_end_user_data_statement__ = "This doesn't store any user data."
2020-06-26 16:21:16 +12:00
2021-02-06 21:42:47 +13:00
2023-05-05 07:33:23 +12:00
async def setup(bot):
await bot.add_cog(SFX(bot))