doc/Commands.md: minor edit

This commit is contained in:
Pragmatic Software 2020-01-21 12:50:41 -08:00
parent b117517275
commit a511c60bea
1 changed files with 3 additions and 2 deletions

View File

@ -172,6 +172,7 @@ or by acquiring and loading Plugins.
Additional built-in commands can be created by loading PBot Plugins. Plugins are Additional built-in commands can be created by loading PBot Plugins. Plugins are
stand-alone self-contained units of code that can be loaded by the PBot owner. stand-alone self-contained units of code that can be loaded by the PBot owner.
Plugins have access to PBot's internal APIs and data structures. Plugins have access to PBot's internal APIs and data structures.
### Factoids ### Factoids
@ -201,7 +202,8 @@ Modules do not have access to PBot's internal API or data structures.
## Command documentation ## Command documentation
Here is the documentation for all of PBot's commands. Here is the documentation for all of PBot's built-in commands and some of the
more useful Factoids, Plugins and Modules.
### Administrative commands ### Administrative commands
@ -292,4 +294,3 @@ Here is the documentation for all of PBot's commands.
### Miscellaneous commands ### Miscellaneous commands