mirror of
https://github.com/weyne85/discord_music_bot.git
synced 2025-10-29 16:58:27 +00:00
Subclassing Button class for each button, changing context interface for handlers
This commit is contained in:
@@ -195,6 +195,7 @@ class PlayerProcess(Process):
|
||||
command: VCommands = self.__queue.get()
|
||||
type = command.getType()
|
||||
args = command.getArgs()
|
||||
print(f'{self.name} received command {type}')
|
||||
|
||||
try:
|
||||
self.__playerLock.acquire()
|
||||
|
||||
Reference in New Issue
Block a user