Fix newline typo
This commit is contained in:
parent
e36812ad53
commit
d99dadd6a5
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ class InfoBot(yaboli.Bot):
|
||||||
self.help_specific = (
|
self.help_specific = (
|
||||||
"Displays information about the clients in a room in its nick:\n"
|
"Displays information about the clients in a room in its nick:\n"
|
||||||
"(<people>P <bots>B [<lurkers>L] [<bot-lurkers>N])\n\n"
|
"(<people>P <bots>B [<lurkers>L] [<bot-lurkers>N])\n\n"
|
||||||
"Github: https://github.com/Garmelon/infobot (complies with botrulez, including !kill and !restart)"
|
"Github: https://github.com/Garmelon/infobot (complies with botrulez, including !kill and !restart)\n"
|
||||||
"Created by @Garmy using yaboli (https://github.com/Garmelon/yaboli)\n"
|
"Created by @Garmy using yaboli (https://github.com/Garmelon/yaboli)"
|
||||||
)
|
)
|
||||||
|
|
||||||
async def update_nick(self):
|
async def update_nick(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue