little changes
This commit is contained in:
parent
b08c0a46a9
commit
d0bf5ecbc8
3 changed files with 33 additions and 24 deletions
|
@ -19,7 +19,6 @@ signal.signal(signal.SIGINT, exit_gracefully)
|
|||
|
||||
# create new bot object
|
||||
cloudbot = bot.Bot()
|
||||
cloudbot.logger.debug("Bot initalized, starting main loop.")
|
||||
|
||||
while cloudbot.running:
|
||||
cloudbot.loop()
|
||||
# start the main loop
|
||||
cloudbot.run()
|
||||
|
|
Reference in a new issue