Skip to content

Instantly share code, notes, and snippets.

@Awoocado
Last active October 1, 2023 20:29
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Awoocado/8877e637afcdd848990cbc3f6737d4d3 to your computer and use it in GitHub Desktop.
Save Awoocado/8877e637afcdd848990cbc3f6737d4d3 to your computer and use it in GitHub Desktop.
Discord protocol routes

Home

User profile: discord://-/users/:userID example: discord://-/users/224619540263337984

Friends list: discord://-/channels/@me

Stage Discovery: discord://-/discovery/

Games Library: discord://-/library/

Store: discord://-/store ( redirects to nitro tab )

Guild Discovery: discord://-/guild-discovery

Create guild: discord://-/guilds/create

Channels

DM Channel: discord://-/channels/@me/:id ( channel id, not user id )

Text Based Channel: discord://-/channels/:guildID/:channelID/

Message Link: discord://-/channels/:guildID/:channelID/:messageID

Voice Channel: discord://discord.gg/:inviteCode

Misc

Login: discord://-/login ( shows splash screen then does nothing )

Register: discord://-/register ( shows black screen then does nothing )

Reset: discord://-/reset ( softlocks, restart client to fix )

Apps: discord://-/apps ( softlocks, restart client to fix )

Invite link: discord://discord.gg/discord-testers ( joins server )

Invite link but buggier: discord://-/invite/discord-testers ( shows splash screen )

Game: discord://-/store/skus/:skuID discord://-/store/applications/:skuID

Launch Game: discord://-/library/:skuID/launch example: discord://-/library/557494559257526272/launch

Membership Screening: discord://-/member-verification/:guildID ( hides channel directory, change to other channel to fix )

Handoff (whatever that means): discord://-/login/handoff ( softlocks )

Settings

discord://-/settings/account

discord://-/settings/profile-customization

discord://-/settings/privacy-and-safety

discord://-/settings/authorized-apps

discord://-/settings/connections

discord://-/settings/premium

discord://-/settings/premium-guild-subscription

discord://-/settings/subscriptions

discord://-/settings/inventory

discord://-/settings/billing

discord://-/settings/appearance

discord://-/settings/accessibility

discord://-/settings/voice

discord://-/settings/text

discord://-/settings/notifications

discord://-/settings/keybinds

discord://-/settings/locale

discord://-/settings/streamer-mode

discord://-/settings/advanced

discord://-/settings/windows discord://-/settings/linux discord://-/settings/macos

discord://-/settings/activity-status

discord://-/settings/overlay

discord://-/settings/changelogs

discord://-/settings/hypesquad-online

discord://-/settings/log-out ?

discord://-/settings/experiments ( esc to close )

discord://-/settings/developer-options

discord://-/settings/hotspot-options

Mason's response about documenting these

https://discord.com/channels/613425648685547541/847167520711639040/893195042586501122

discord://-/channels/613425648685547541/847167520711639040/893195042586501122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment