3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 11:59:43 +01:00

doc/QuickStart.md: add load command to modules section

This commit is contained in:
Pragmatic Software 2020-01-11 19:31:22 -08:00
parent 20df163d8b
commit ae5f10e46c

View File

@ -320,6 +320,10 @@ And then set its `type` to `module`:
!factset global qalc type module !factset global qalc type module
Alternatively, you can simply use the [`load`](Admin.md#load) command:
!load qalc qalc.sh
Now you have a `qalc` calculator in PBot! Now you have a `qalc` calculator in PBot!
<pragma-> !qalc 2 * 2 <pragma-> !qalc 2 * 2