mirror of https://github.com/Hilbis/Hilbish
4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
|
deregister(name) > Deregisters any command registered with `name`
|
||
|
|
||
|
register(name, cb) > Register a command with `name` that runs `cb` when ran
|