mirror of
https://github.com/weyne85/discord_music_bot.git
synced 2025-10-29 16:58:27 +00:00
8 lines
198 B
Python
8 lines
198 B
Python
from Music.VulkanInitializer import VulkanInitializer
|
|
|
|
|
|
if __name__ == '__main__':
|
|
initializer = VulkanInitializer(willListen=True)
|
|
vulkanBot = initializer.getBot()
|
|
vulkanBot.startBot()
|