[GH-ISSUE #116] [FeatReq] alternative servers #37

Open
opened 2026-02-27 20:18:51 +03:00 by kerem · 5 comments
Owner

Originally created by @anotherdoesnm on GitHub (Jul 3, 2025).
Original GitHub issue: https://github.com/nin0-dev/VendroidEnhanced/issues/116

Feature description

It's possible to support alternative servers like spacebar and polyphony in Vendroid?

Request agreement

  • I am not suggesting a feature that could be selfbotting (automating/bulk sending actions)
  • I have checked for duplicates in the repo
Originally created by @anotherdoesnm on GitHub (Jul 3, 2025). Original GitHub issue: https://github.com/nin0-dev/VendroidEnhanced/issues/116 ### Feature description It's possible to support alternative servers like [spacebar](https://spacebar.chat) and [polyphony](https://github.com/polyphony-chat) in Vendroid? ### Request agreement - [x] I am not suggesting a feature that could be selfbotting (automating/bulk sending actions) - [x] I have checked for duplicates in the repo
Author
Owner

@nin0-dev commented on GitHub (Jul 3, 2025):

if there is a way to make the discord.com/app frontend use them then sure

<!-- gh-comment-id:3033126790 --> @nin0-dev commented on GitHub (Jul 3, 2025): if there is a way to make the discord.com/app frontend use them then sure
Author
Owner

@anotherdoesnm commented on GitHub (Jul 3, 2025):

I think there should be? I remember before Fosscord rebranded to Spacebar they used discord web with changed api url, but how i don't know

<!-- gh-comment-id:3033133946 --> @anotherdoesnm commented on GitHub (Jul 3, 2025): I think there should be? I remember before Fosscord rebranded to Spacebar they used discord web with changed api url, but how i don't know
Author
Owner

@anotherdoesnm commented on GitHub (Jul 3, 2025):

in https://discord.com/app 's html file i found this

<script nonce="ODIsMjQ0LDIwNCw5NSw0LDE2MywxNjcsMjMy">window.GLOBAL_ENV = {"NODE_ENV":"production","BUILT_AT":"1751527115117","HTML_TIMESTAMP":Date.now(),"BUILD_NUMBER":"415522","PROJECT_ENV":"production","RELEASE_CHANNEL":"stable","VERSION_HASH":"3938001fd782ed1184c81e76ec9172a69bbaf459","PRIMARY_DOMAIN":"discord.com","SENTRY_TAGS":{"buildId":"3938001fd782ed1184c81e76ec9172a69bbaf459","buildType":"normal"},"SENTRY_RELEASE":"2025-07-03-3938001fd782ed1184c81e76ec9172a69bbaf459-discord_web","PUBLIC_PATH":"/assets/","LOCATION":"history","API_VERSION":9,"API_PROTOCOL":"https:","API_ENDPOINT":"//discord.com/api","GATEWAY_ENDPOINT":"wss://gateway.discord.gg","STATIC_ENDPOINT":"","ASSET_ENDPOINT":"//discord.com","MEDIA_PROXY_ENDPOINT":"//media.discordapp.net","IMAGE_PROXY_ENDPOINTS":"//images-ext-1.discordapp.net,//images-ext-2.discordapp.net","CDN_HOST":"cdn.discordapp.com","DEVELOPERS_ENDPOINT":"//discord.com","MARKETING_ENDPOINT":"//discord.com","WEBAPP_ENDPOINT":"//discord.com","WIDGET_ENDPOINT":"//discord.com/widget","SEO_ENDPOINT":"undefined","NETWORKING_ENDPOINT":"//router.discordapp.net","REMOTE_AUTH_ENDPOINT":"//remote-auth-gateway.discord.gg","RTC_LATENCY_ENDPOINT":"//latency.discord.media/rtc","INVITE_HOST":"discord.gg","GUILD_TEMPLATE_HOST":"discord.new","GIFT_CODE_HOST":"discord.gift","ACTIVITY_APPLICATION_HOST":"discordsays.com","MIGRATION_SOURCE_ORIGIN":"https://discordapp.com","MIGRATION_DESTINATION_ORIGIN":"https://discord.com","STRIPE_KEY":"pk_live_CUQtlpQUF0vufWpnpUmQvcdi","ADYEN_KEY":"live_E3OQ33V6GVGTXOVQZEAFQJ6DJIDVG6SY","BRAINTREE_KEY":"production_ktzp8hfp_49pp2rp4phym7387","DEV_SESSION_KEY":"undefined"}</script>

may be interested?

<!-- gh-comment-id:3033396488 --> @anotherdoesnm commented on GitHub (Jul 3, 2025): in https://discord.com/app 's html file i found this ``` <script nonce="ODIsMjQ0LDIwNCw5NSw0LDE2MywxNjcsMjMy">window.GLOBAL_ENV = {"NODE_ENV":"production","BUILT_AT":"1751527115117","HTML_TIMESTAMP":Date.now(),"BUILD_NUMBER":"415522","PROJECT_ENV":"production","RELEASE_CHANNEL":"stable","VERSION_HASH":"3938001fd782ed1184c81e76ec9172a69bbaf459","PRIMARY_DOMAIN":"discord.com","SENTRY_TAGS":{"buildId":"3938001fd782ed1184c81e76ec9172a69bbaf459","buildType":"normal"},"SENTRY_RELEASE":"2025-07-03-3938001fd782ed1184c81e76ec9172a69bbaf459-discord_web","PUBLIC_PATH":"/assets/","LOCATION":"history","API_VERSION":9,"API_PROTOCOL":"https:","API_ENDPOINT":"//discord.com/api","GATEWAY_ENDPOINT":"wss://gateway.discord.gg","STATIC_ENDPOINT":"","ASSET_ENDPOINT":"//discord.com","MEDIA_PROXY_ENDPOINT":"//media.discordapp.net","IMAGE_PROXY_ENDPOINTS":"//images-ext-1.discordapp.net,//images-ext-2.discordapp.net","CDN_HOST":"cdn.discordapp.com","DEVELOPERS_ENDPOINT":"//discord.com","MARKETING_ENDPOINT":"//discord.com","WEBAPP_ENDPOINT":"//discord.com","WIDGET_ENDPOINT":"//discord.com/widget","SEO_ENDPOINT":"undefined","NETWORKING_ENDPOINT":"//router.discordapp.net","REMOTE_AUTH_ENDPOINT":"//remote-auth-gateway.discord.gg","RTC_LATENCY_ENDPOINT":"//latency.discord.media/rtc","INVITE_HOST":"discord.gg","GUILD_TEMPLATE_HOST":"discord.new","GIFT_CODE_HOST":"discord.gift","ACTIVITY_APPLICATION_HOST":"discordsays.com","MIGRATION_SOURCE_ORIGIN":"https://discordapp.com","MIGRATION_DESTINATION_ORIGIN":"https://discord.com","STRIPE_KEY":"pk_live_CUQtlpQUF0vufWpnpUmQvcdi","ADYEN_KEY":"live_E3OQ33V6GVGTXOVQZEAFQJ6DJIDVG6SY","BRAINTREE_KEY":"production_ktzp8hfp_49pp2rp4phym7387","DEV_SESSION_KEY":"undefined"}</script> ``` may be interested?
Author
Owner

@nin0-dev commented on GitHub (Jul 3, 2025):

okay should be doable then I'll take a look

<!-- gh-comment-id:3033686619 --> @nin0-dev commented on GitHub (Jul 3, 2025): okay should be doable then I'll take a look
Author
Owner

@anotherdoesnm commented on GitHub (Jul 4, 2025):

I'm tried to clone discord web and change api and... It works? (Maybe partially)

Image
Image

<!-- gh-comment-id:3035434954 --> @anotherdoesnm commented on GitHub (Jul 4, 2025): I'm tried to clone discord web and change api and... It works? (Maybe partially) ![Image](https://github.com/user-attachments/assets/1632725a-8575-4022-8fc0-f00a6932555d) ![Image](https://github.com/user-attachments/assets/298a697d-ced1-4d8c-b462-a50e2501b2d6)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/VendroidEnhanced#37
No description provided.