1
0
Fork 0

Documentation

This commit is contained in:
nemunaire 2016-05-16 16:28:19 +02:00
parent b5d5a67b2d
commit 2a3cd07c63
1 changed files with 2 additions and 1 deletions

View File

@ -37,8 +37,9 @@ class Bot(threading.Thread):
Keyword arguments:
ip -- The external IP of the bot (default: 127.0.0.1)
modules_paths -- Paths to all directories where looking for module
modules_paths -- Paths to all directories where looking for modules
data_store -- An instance of the nemubot datastore for bot's modules
verbosity -- verbosity level
"""
threading.Thread.__init__(self)