Removed controls

This commit is contained in:
2022-11-13 16:07:01 +01:00
parent ffb7dc999f
commit 765b23e8fe
3 changed files with 2 additions and 20 deletions
+1 -2
View File
@@ -85,9 +85,8 @@ class MusicCommands(app_commands.Group):
await ctx.response.send_message(embed=embed)
return
controls = track_embed.create_embed_controls(self.bot)
embed = track_embed.create_track_embed(player.current, player.queue, [])
await ctx.response.send_message(embed=embed, view=controls)
await ctx.response.send_message(embed=embed)
@app_commands.command(name="queue", description="See what's ahead")
async def queue(self, ctx: Interaction):