migrate to docker
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
from bot.utils.config import config
|
||||
from bot.utils import env
|
||||
|
||||
from .downloader import SoundCloudBytestream
|
||||
from .soundcloud import SoundCloud
|
||||
|
||||
soundcloud = SoundCloud(
|
||||
client_id=config.tokens.soundcloud.client_id,
|
||||
client_id=env.SOUNDCLOUD_CLIENT_ID,
|
||||
)
|
||||
|
||||
__all__ = ["soundcloud", "SoundCloudBytestream"]
|
||||
|
||||
Reference in New Issue
Block a user