Documentation

This commit is contained in:
nemunaire 2016-05-16 16:28:19 +02:00
parent b5d5a67b2d
commit 2a3cd07c63

View File

@ -37,8 +37,9 @@ class Bot(threading.Thread):
Keyword arguments: Keyword arguments:
ip -- The external IP of the bot (default: 127.0.0.1) 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 data_store -- An instance of the nemubot datastore for bot's modules
verbosity -- verbosity level
""" """
threading.Thread.__init__(self) threading.Thread.__init__(self)