Add soundcloud support
This commit is contained in:
10
bot/modules/soundcloud/__init__.py
Normal file
10
bot/modules/soundcloud/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from .soundcloud import SoundCloud
|
||||
from .downloader import SoundCloudBytestream
|
||||
from bot.utils.config import config
|
||||
|
||||
|
||||
soundcloud = SoundCloud(
|
||||
client_id=config.tokens.soundcloud.client_id,
|
||||
)
|
||||
|
||||
__all__ = ['soundcloud', 'SoundCloudBytestream']
|
||||
Reference in New Issue
Block a user