2023-03-04 21:32:30 +00:00
|
|
|
export const DISCORD_SERVER = "https://discord.gg/n9QQ4XhhJP";
|
2023-04-04 00:35:59 +00:00
|
|
|
export const DISCORD_SERVER_ID = "1015931589865246730";
|
|
|
|
export const PLUGINS_CHANNEL_ID = "1091880384561684561";
|
|
|
|
export const THEMES_CHANNEL_ID = "1091880434939482202";
|
2023-02-26 21:26:01 +00:00
|
|
|
export const GITHUB = "https://github.com/vendetta-mod";
|
2023-04-04 00:35:59 +00:00
|
|
|
export const PROXY_PREFIX = "https://vd-plugins.github.io/proxy";
|
|
|
|
export const HTTP_REGEX = /^https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)$/;
|
|
|
|
export const HTTP_REGEX_MULTI = /https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&//=]*)/g;
|