#----------------------# # MumbleDJ # # By Matthieu Grieger # #----------------------#-------------------------------# # run_bot.py # # Starts and runs the bot. This is the file you should # # execute with Python to start the bot. # #------------------------------------------------------# from mumbledj.mumbledj import MumbleDJ bot = MumbleDJ() bot.connect_to_server()