Add run_bot.py

This commit is contained in:
Matthieu Grieger 2014-09-11 16:38:12 -07:00
parent 824efa912b
commit e8b1f2acaf

13
run_bot.py Normal file
View file

@ -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()