Add run_bot.py
This commit is contained in:
parent
824efa912b
commit
e8b1f2acaf
13
run_bot.py
Normal file
13
run_bot.py
Normal file
|
@ -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()
|
Reference in a new issue