Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Complete Spotify Commands #1

Open
2 of 5 tasks
norinorin opened this issue Sep 23, 2021 · 0 comments · May be fixed by #7
Open
2 of 5 tasks

Complete Spotify Commands #1

norinorin opened this issue Sep 23, 2021 · 0 comments · May be fixed by #7
Assignees
Labels
enhancement New feature or request

Comments

@norinorin
Copy link
Owner

norinorin commented Sep 23, 2021

Implement:

@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."""

@norinorin norinorin added the enhancement New feature or request label Sep 23, 2021
@norinorin norinorin self-assigned this Sep 23, 2021
@norinorin norinorin linked a pull request Oct 2, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant