Skip to content
New issue

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

WSをAndroidに変えられない問題について。 #8

Open
yuito-it opened this issue Aug 17, 2023 · 2 comments
Open

WSをAndroidに変えられない問題について。 #8

yuito-it opened this issue Aug 17, 2023 · 2 comments
Assignees
Labels
Priority: Medium 優先度中くらい Status: Pending 保留Penfing Type: Enhancement About Enhancement.機能強化に関するもの。

Comments

@yuito-it
Copy link
Member

./ready.js の何行目かとかそうですが、client.wsの中身変えて、Androidから見ているようにして、スマホオンライン状態をやりたい。

@yuito-it yuito-it added Priority: Medium 優先度中くらい Status: Pending 保留Penfing Type: Enhancement About Enhancement.機能強化に関するもの。 labels Aug 17, 2023
@yuito-it yuito-it self-assigned this Aug 17, 2023
@renoisme
Copy link

renoisme commented May 8, 2024

下の画像の部分で端末を識別してるから、コードとして書く場合はこうなる。

client.ws._ws.options.identifyProperties.browser = "Discord Android";

、実際にやってみたけどできなかったのでモジュールから変えないといけない。

identifyProperties: {
    browser: 'Discord Android',
    device: DefaultDeviceProperty,
    os: import_node_process.default.platform
  },

画像
tenp1

@yuito-it
Copy link
Member Author

yuito-it commented May 9, 2024

ですよね。
やっぱりモジュールがボトルネックですよね。
色々試してみます。
ありがとうございます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium 優先度中くらい Status: Pending 保留Penfing Type: Enhancement About Enhancement.機能強化に関するもの。
Projects
None yet
Development

No branches or pull requests

2 participants