Hilbish/docs/commander.txt

5 lines
144 B
Plaintext
Raw Normal View History

2021-10-16 19:38:49 +00:00
deregister(name) > Deregisters any command registered with `name`
register(name, cb) > Register a command with `name` that runs `cb` when ran
2022-02-25 22:00:39 +00:00