-
-
Notifications
You must be signed in to change notification settings - Fork 101
Description
Is your feature request related to a problem? Please describe.
Discord has a lot of protocols / uri's local in the client.
They might allow you to open the settings window, or open a specific user's profile.
Discord's buttons officially support these protocols, this means that you can make a button link to something (in-app)
To make these accessible to a normal programmer, a class should come with all URI's so everyone can implement one with ease.
Describe the solution you'd like
Utility class which generates URL's for the specific action you gave (based of an enum)
Describe alternatives you've considered
Hardcoded URL's, less accessible to the normal programmer. Most likely they won't know what exists and or are possible
Additional context
A link to all protocols can be found here (not all work/more possibly exist)
- general
- settings
- friends
- user
- guilds/dms
- library
- account
I've to take a look at:
-
friends -
guild-discovery - routes with arguments