From 949be1d6fc426fab9a053dba28aae3bcb1ffeaca Mon Sep 17 00:00:00 2001 From: jojoblackFr <57195692+jojoblackFr@users.noreply.github.com> Date: Sat, 12 Oct 2024 22:51:58 +0200 Subject: [PATCH] Add type selection A simple line that allow you to not cause problem with existing project when updating while allowing you to select type --- src/client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client.js b/src/client.js index 0ff29da..35832a9 100644 --- a/src/client.js +++ b/src/client.js @@ -526,6 +526,7 @@ class RPCClient extends EventEmitter { secrets, buttons: args.buttons, instance: !!args.instance, + type: args.type ? args.type : 0, }, }); }