This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/run_bot.py
Matthieu Grieger e8b1f2acaf Add run_bot.py
2014-09-11 16:38:12 -07:00

14 lines
432 B
Python

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