7 lines
228 B
Python
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))
|