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"