This repository was archived by the owner on Jan 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Complete Spotify Commands #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Implement:
- playlist;
- user
- Make a request to https://spclient.wg.spotify.com/user-profile-view/v3/profile/* to get additional information about the user;
- Add total length of the tracks (album/playlist);
- and possibly other things I couldn't recall.
Lines 388 to 398 in 8a07525
| @utils.checks.require_env(*_spotify_vars) | |
| @spotify.command(name="playlist") | |
| @core.cooldown(1, 2, lightbulb.cooldowns.UserBucket) | |
| async def spotify_playlist(self, ctx: Context) -> None: | |
| """Not implemented yet.""" | |
| @utils.checks.require_env(*_spotify_vars) | |
| @spotify.command(name="user") | |
| @core.cooldown(1, 2, lightbulb.cooldowns.UserBucket) | |
| async def spotify_user(self, ctx: Context) -> None: | |
| """Not implemented yet.""" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request