mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Upgrading messages sended mananger and refactoring Buttons logic
This commit is contained in:
@@ -7,7 +7,9 @@ from Music.VulkanBot import VulkanBot
|
||||
emojis = VEmojis()
|
||||
|
||||
|
||||
class EmptyView(View):
|
||||
class BasicView(View):
|
||||
"""View that receives buttons to hold, in timeout disable buttons"""
|
||||
|
||||
def __init__(self, bot: VulkanBot, buttons: List[Button], timeout: float = 6000):
|
||||
super().__init__(timeout=timeout)
|
||||
self.__bot = bot
|
||||
Reference in New Issue
Block a user