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