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

Complete Spotify Commands #1

@norinorin

Description

@norinorin

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions