dccd
This commit is contained in:
parent
8e4ce31c0e
commit
d863628139
5 changed files with 41 additions and 50 deletions
|
@ -32,8 +32,8 @@ def exit_gracefully(signum, frame):
|
|||
original_sigint = signal.getsignal(signal.SIGINT)
|
||||
signal.signal(signal.SIGINT, exit_gracefully)
|
||||
|
||||
# create a bot thread and start it
|
||||
cloudbot = bot.Bot()
|
||||
# create a bot master and start it
|
||||
cloudbot = bot.CloudBot()
|
||||
cloudbot.start()
|
||||
|
||||
# watch to see if the bot stops running or needs a restart
|
||||
|
|
Reference in a new issue