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

14 lines
432 B
Python
Raw Normal View History

2014-09-12 01:38:12 +02:00
#----------------------#
# 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()