From d800eb89cf954d2a637a0c802914978887bd800c Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 24 May 2016 22:48:30 +0200 Subject: [PATCH] Add github links to bot description --- infobot.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/infobot.py b/infobot.py index 4947abf..a16a7b1 100644 --- a/infobot.py +++ b/infobot.py @@ -9,8 +9,9 @@ class InfoBot(yaboli.Bot): super().__init__(*args, **kwargs) self.bot_description = ("This bot displays information about the clients connected to the\n" - "current room in its nick: (P B L)\n" - "Created by @Garmy using yaboli (Yet Another Bot Library)") + "current room in its nick: (P B L)\n\n" + "Created by @Garmy using yaboli (https://github.com/Garmelon/yaboli)\n" + "Github: https://github.com/Garmelon/infobot") self.add_command("info", self.info_command, "Show more detailed info.", ("!info @bot [ --list[=] | --name= ]\n"