public final <Error class: unknown class> bind(String name, Command command) Binds a command to a name and registers it.
Return
The current instance of CommandPingu
for method chaining.
Parameters
The name to bind the command to.
The command to be registered.