From e8b1f2acaf4f9a74bc23e6a171da77f62779677d Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Thu, 11 Sep 2014 16:38:12 -0700 Subject: [PATCH] Add run_bot.py --- run_bot.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 run_bot.py 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()