We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./ready.js の何行目かとかそうですが、client.wsの中身変えて、Androidから見ているようにして、スマホオンライン状態をやりたい。
The text was updated successfully, but these errors were encountered:
下の画像の部分で端末を識別してるから、コードとして書く場合はこうなる。
client.ws._ws.options.identifyProperties.browser = "Discord Android";
が、実際にやってみたけどできなかったのでモジュールから変えないといけない。
identifyProperties: { browser: 'Discord Android', device: DefaultDeviceProperty, os: import_node_process.default.platform },
画像
Sorry, something went wrong.
ですよね。 やっぱりモジュールがボトルネックですよね。 色々試してみます。 ありがとうございます。
yuito-it
No branches or pull requests
./ready.js の何行目かとかそうですが、client.wsの中身変えて、Androidから見ているようにして、スマホオンライン状態をやりたい。
The text was updated successfully, but these errors were encountered: