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:
@@ -42,6 +42,7 @@ class VulkanInitializer:
|
||||
cogsStatus.append(bot.load_extension(cogPath, store=True))
|
||||
|
||||
if len(bot.cogs.keys()) != self.__getTotalCogs():
|
||||
print(cogsStatus)
|
||||
raise VulkanError(message='Failed to load some Cog')
|
||||
|
||||
except VulkanError as e:
|
||||
|
||||
Reference in New Issue
Block a user