Functions§
- admin_
socket_ command - This is a helper function that builds a raw command from the actual
command. You just pass
in a command like “help”. The returned
Stringwill be a JSON String. - admin_
socket_ raw_ command - This function supports a raw command in the format of something like:
{"prefix": "help"}. The returnedStringwill be a JSON String.