mirror of
https://github.com/sammy-ette/Hilbish
synced 2025-08-10 02:52:03 +00:00
5 lines
144 B
Plaintext
5 lines
144 B
Plaintext
deregister(name) > Deregisters any command registered with `name`
|
|
|
|
register(name, cb) > Register a command with `name` that runs `cb` when ran
|
|
|