discordlist-gg / beta-issues

5 stars 1 forks source link

[Suggestion] Allow custom invite domains #30

Open PikaDude opened 3 years ago

PikaDude commented 3 years ago

Description

A lot of bot devs like to use custom invite links instead of simply discord.com ones. Whether it's for tracking purposes or to make updating the invite across all sites easier, it's pretty common practice (especially with big bots). E.g. for my bot I often use https://erisly.com/invite

Possible Solution

Allow for all domains.

Steps to Reproduce (for bugs)

On the bot form: chrome_2021-08-30_00-35-18

OhB00 commented 3 years ago

Our solution to this is the following:

  1. Only premium users can have custom invite links
  2. We will make a request to your server, and fetch the discord invite link from the location header of the response.
  3. We will cache this value, and occasionally update it.
  4. Non premium users will be able to achieve something similar using our REST API.
OhB00 commented 3 years ago

Leaving open while WIP