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
442 B
Python
Raw Normal View History

2014-09-12 01:38:12 +02:00
#----------------------#
2014-09-13 00:34:12 +02:00
# MumbleDJ #
2014-09-12 01:38:12 +02:00
# By Matthieu Grieger #
#----------------------#-------------------------------#
# run_bot.py #
# Starts and runs the bot. This is the file you should #
# execute with Python to start the bot. #
#------------------------------------------------------#
2014-09-13 00:34:12 +02:00
from mumbledj.mumbledj import MumbleDJ
2014-09-12 01:38:12 +02:00
2014-09-13 00:34:12 +02:00
bot = MumbleDJ()
2014-09-12 01:38:12 +02:00
bot.connect_to_server()