#----------------------# # Mumble Music Bot # # By Matthieu Grieger # #----------------------#-------------------------------# # run_bot.py # # Starts and runs the bot. This is the file you should # # execute with Python to start the bot. # #------------------------------------------------------# #import MusicBot object here bot = MusicBot() bot.connect_to_server()