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. '''