Add Bot and BotManager

This commit is contained in:
Joscha 2016-05-23 02:49:03 +02:00
parent 145cbe5fe2
commit c075287222
3 changed files with 477 additions and 0 deletions

View file

@ -1,3 +1,5 @@
from .bot import Bot
from .botmanager import BotManager
from .callbacks import Callbacks
from .connection import Connection
from .exceptions import *