Fixed typo.
This commit is contained in:
parent
0e8db3440f
commit
8178744f85
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class Posting(bot: Mobibot) : AbstractCommand(bot) {
|
||||||
override val name = "posting"
|
override val name = "posting"
|
||||||
override val help = listOf(
|
override val help = listOf(
|
||||||
"Post a URL, by saying it on a line on its own:",
|
"Post a URL, by saying it on a line on its own:",
|
||||||
Utils.helpIndent("<url> [<title>] ${Tags.COMMAND}}: <+tag> [...]]"),
|
Utils.helpIndent("<url> [<title>] ${Tags.COMMAND}: <+tag> [...]]"),
|
||||||
"I will reply with a label, for example: ${Utils.bold(Constants.LINK_CMD)}1",
|
"I will reply with a label, for example: ${Utils.bold(Constants.LINK_CMD)}1",
|
||||||
"To add a title, use its label and a pipe:",
|
"To add a title, use its label and a pipe:",
|
||||||
Utils.helpIndent("${Constants.LINK_CMD}1:|This is the title"),
|
Utils.helpIndent("${Constants.LINK_CMD}1:|This is the title"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue