mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Adding pages to songs queue to move between all queue, adding buttons to queue embed to better user experience
This commit is contained in:
@@ -2,6 +2,7 @@ from abc import ABC, abstractmethod
|
||||
from Handlers.HandlerResponse import HandlerResponse
|
||||
from discord.ext.commands import Context
|
||||
from discord import Message
|
||||
from discord.ui import View
|
||||
from Music.VulkanBot import VulkanBot
|
||||
|
||||
|
||||
|
||||
@@ -8,4 +8,4 @@ class EmbedCommandResponse(AbstractCommandResponse):
|
||||
|
||||
async def run(self) -> None:
|
||||
if self.response.embed:
|
||||
await self.context.send(embed=self.response.embed)
|
||||
await self.context.send(embed=self.response.embed, view=self.response.view)
|
||||
|
||||
Reference in New Issue
Block a user