mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-16 21:40:46 +01:00
QuickStart: fix typo
This commit is contained in:
parent
fa195993b6
commit
f180ac8850
@ -261,7 +261,7 @@ That should get you started. For further information about PBot, check out these
|
|||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
PBot has several core built-in commands. You've seen some of them in this document,
|
PBot has several core built-in commands. You've seen some of them in this document,
|
||||||
for setting up channels and admins. Additional commands can be added to PBot though
|
for setting up channels and admins. Additional commands can be added to PBot through
|
||||||
Plugins and Factoids.
|
Plugins and Factoids.
|
||||||
|
|
||||||
### Factoids
|
### Factoids
|
||||||
@ -277,7 +277,7 @@ At its most simple, factoids merely output the text the creator sets.
|
|||||||
<pragma-> PBot, hello
|
<pragma-> PBot, hello
|
||||||
<PBot> Hello, pragma-!
|
<PBot> Hello, pragma-!
|
||||||
|
|
||||||
Significantly more complex factoids can be created with `$variables`, command-substitution,
|
Significantly more complex factoids can be built by using `$variables`, command-substitution,
|
||||||
command-piping, `/code` invocation, and more!
|
command-piping, `/code` invocation, and more!
|
||||||
|
|
||||||
### Modules
|
### Modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user