diff --git a/run_bot.py b/run_bot.py new file mode 100644 index 0000000..4d17b51 --- /dev/null +++ b/run_bot.py @@ -0,0 +1,13 @@ +#----------------------# +# 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()