Add standardized Bot start API from red-Bot
To make it possible to easily reuse this in other bot projects Related Task: [https://fs.golderweb.de/index.php?do=details&task_id=84 FS#84] Related Task: [https://fs.golderweb.de/index.php?do=details&task_id=84 FS#84]
This commit is contained in:
@@ -22,8 +22,9 @@
|
||||
#
|
||||
#
|
||||
"""
|
||||
Scripts for our redundances bot
|
||||
Scripts for our bot framework
|
||||
"""
|
||||
# noqa needed to prevent pyflakes from warning about unused imports
|
||||
from jogobot.jogobot import ( output, sendmail, is_active ) # noqa
|
||||
from jogobot.config import config # noqa
|
||||
import jogobot.bot as bot # noqa
|
||||
|
||||
Reference in New Issue
Block a user