Skip to content

Commit

Permalink
[Spotify] Fix volume converter
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustyJAID committed Oct 29, 2023
1 parent 0cf986a commit a6f661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify/spotify_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ async def spotify_seek(self, ctx: commands.Context, seconds: str):

@spotify_com.command(name="volume", aliases=["vol"])
@commands.bot_has_permissions(embed_links=True)
async def spotify_volume(self, ctx: commands.Context, volume: app_commands.Range[int, 0, 100]):
async def spotify_volume(self, ctx: commands.Context, volume: commands.Range[int, 0, 100]):
"""
Set your spotify volume percentage
Expand Down

0 comments on commit a6f661c

Please sign in to comment.