From 9d471b2c5b05dd2515898472021445e7739c8ddd Mon Sep 17 00:00:00 2001 From: +++ Date: Sun, 26 Jul 2020 17:18:00 +0200 Subject: [PATCH] minor changes --- plugins/uptime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/uptime.py b/plugins/uptime.py index fe549e5..1ec1072 100644 --- a/plugins/uptime.py +++ b/plugins/uptime.py @@ -17,7 +17,7 @@ from constants import Const class Plugin(Plugin): ''' - Returns the hackbots uptime. The variable birth from the globalvar + Returns the hackbots uptime. The constante birth from the constants module is used to become the starttime. '''