Responds to the user.
void respond(String userId, int reply) { _bindings.Discord_Respond( userId.toNativeUtf8().cast<Int8>(), reply, ); }