From 2a3cd07c63ab7718bdcff28aacc1ed89189a0fdf Mon Sep 17 00:00:00 2001 From: nemunaire Date: Mon, 16 May 2016 16:28:19 +0200 Subject: [PATCH] Documentation --- nemubot/bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nemubot/bot.py b/nemubot/bot.py index 125189b..0cac3ab 100644 --- a/nemubot/bot.py +++ b/nemubot/bot.py @@ -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)