Fixing error in modules import when bot runned out of the root

This commit is contained in:
Rafael Vargas
2022-07-31 19:03:41 -04:00
parent a9cfaf62a4
commit 5b61947904
4 changed files with 29 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
from Music.VulkanInitializer import VulkanInitializer
from Config.Folder import Folder
if __name__ == '__main__':
folder = Folder()
initializer = VulkanInitializer(willListen=True)
vulkanBot = initializer.getBot()
vulkanBot.startBot()