Ruby-Cogs/audioslash/__init__.py
2025-02-19 22:02:13 -05:00

7 lines
228 B
Python

from .audioslash import AudioSlash
from redbot.core.utils import get_end_user_data_statement
__red_end_user_data_statement__ = get_end_user_data_statement(__file__)
async def setup(bot):
await bot.add_cog(AudioSlash(bot))