From 9864db6fe18d6f4cba01f89a8c39dc2f3c8342f1 Mon Sep 17 00:00:00 2001 From: kaliko Date: Fri, 1 May 2020 13:16:14 +0200 Subject: [PATCH] Add git url in help --- sid/sid.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sid/sid.py b/sid/sid.py index 0df5478..534c3a0 100644 --- a/sid/sid.py +++ b/sid/sid.py @@ -173,7 +173,8 @@ class MUCBot(slixmpp.ClientXMPP): Automatically assigned to the "help" command.""" help_cmd = ('Type {}help '.format(self.prefix) + - ' to get more info about that specific command.') + ' to get more info about that specific command.\n\n'+ + 'SRC: http://git.kaliko.me/sid.git') if not args: if self.__doc__: description = self.__doc__.strip() -- 2.39.2