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 c0c6fecdb6 More renaming
2014-09-12 15:34:12 -07:00

14 lines
442 B
Python

#----------------------#
# MumbleDJ #
# By Matthieu Grieger #
#----------------------#-------------------------------#
# run_bot.py #
# Starts and runs the bot. This is the file you should #
# execute with Python to start the bot. #
#------------------------------------------------------#
from mumbledj.mumbledj import MumbleDJ
bot = MumbleDJ()
bot.connect_to_server()