Add Bot and BotManager
This commit is contained in:
parent
145cbe5fe2
commit
c075287222
3 changed files with 477 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from .bot import Bot
|
||||
from .botmanager import BotManager
|
||||
from .callbacks import Callbacks
|
||||
from .connection import Connection
|
||||
from .exceptions import *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue