generated from CesiumLabs/Yukitoki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
109 lines (108 loc) · 6.78 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
const config = {
TITLE: "Discord Voice", // this will dynamically update the title
SITE_NAME: "Discord Voice",
THEME: "light", // "light" | "dark"
NAV: {
ICON: {
TYPE: "IMAGE", // "TEXT" | "IMAGE"
VALUE: "/icon-resized.png", // IMAGE path or TEXT
HREF: "/" // href
},
BUTTONS: [
{
label: "Home",
path: "/",
newPage: false
},
{
label: "Documentation",
path: "/docs",
newPage: false
},
{
label: "Discord",
path: "https://discord.gg/pndumb6J3t",
newPage: true
},
{
label: "GitHub",
path: "https://github.com/Lebyy/discord-voice",
newPage: true
}
]
},
INSTALL_COMMAND: "npm i discord-voice",
HOME_LOGO: {
TYPE: "TEXT", // "IMAGE" | "TEXT"
VALUE: "Discord Voice"
},
DESCRIPTION: {
TITLE: "About",
VALUE: "⏲️ A complete framework to facilitate the tracking of user voice time using discord.js"
},
DESCRIPTION_LIST: {
TITLE: "Why?",
VALUE: ["⏱️ Easy to use!", "📁 Support for all databases! (default is json)", "🚀 Super powerful!", "🕸️ Support for shards!", "⚙️ Very customizable!"]
},
FOOTER: {
HEADER: "Discord Voice",
DESCRIPTION: "Complete framework to facilitate the tracking of user voice time using discord.js"
},
LINKS: {
string: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String",
String: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String",
number: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number",
Number: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number",
boolean: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean",
Boolean: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean",
symbol: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol",
Symbol: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol",
void: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/undefined",
Object: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object",
object: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object",
Function: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function",
function: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function",
Array: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array",
Set: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set",
Map: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map",
Date: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date",
RegExp: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp",
Promise: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise",
Error: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error",
EventEmitter: "https://nodejs.org/dist/latest/docs/api/events.html#events_class_eventemitter",
Timeout: "https://nodejs.org/dist/latest/docs/api/timers.html#timers_class_timeout",
Buffer: "https://nodejs.org/dist/latest/docs/api/buffer.html#buffer_class_buffer",
ReadableStream: "https://nodejs.org/dist/latest/docs/api/stream.html#stream_class_stream_readable",
Readable: "https://nodejs.org/dist/latest/docs/api/stream.html#stream_class_stream_readable",
ChildProcess: "https://nodejs.org/dist/latest/docs/api/child_process.html#child_process_class_childprocess",
Worker: "https://nodejs.org/api/worker_threads.html#worker_threads_class_worker",
MessagePort: "https://nodejs.org/api/worker_threads.html#worker_threads_class_messageport",
IncomingMessage: "https://nodejs.org/dist/latest/docs/api/http.html#http_class_http_incomingmessage",
m3u8Stream: "https://nodejs.org/dist/latest/docs/api/stream.html#stream_class_stream_readable",
RequestInfo: "https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch",
RequestInit: "https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch",
RequestOptions: "https://nodejs.org/dist/latest/docs/api/http.html#http_http_request_options_callback",
m3u8Options: "https://github.com/fent/node-m3u8stream#m3u8streamurl-options",
CheerioRoot: "https://cheerio.js.org",
Response: "https://developer.mozilla.org/en-US/docs/Web/API/Response",
any: "https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#any",
CanvasRenderingContext2D: "https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D",
Client: "https://discord.js.org/#/docs/main/stable/class/Client",
Collection: "https://discord.js.org/#/docs/collection/master/class/Collection",
Message: "https://discord.js.org/#/docs/main/stable/class/Message",
VoiceChannel: "https://discord.js.org/#/docs/main/stable/class/VoiceChannel",
StageChannel: "https://discord.js.org/#/docs/main/master/class/StageChannel",
VoiceConnection: "https://discord.js.org/#/docs/main/stable/class/VoiceConnection",
Snowflake: "https://discord.js.org/#/docs/main/stable/typedef/Snowflake",
YTDLDownloadOptions: "https://github.com/fent/node-ytdl-core#ytdlurl-options",
DiscordUser: "https://discord.js.org/#/docs/main/stable/class/User",
Member: "https://discord.js.org/#/docs/main/stable/class/GuildMember",
GuildResolvable: "https://discord.js.org/#/docs/main/stable/typedef/GuildResolvable",
UserResolvable: "https://discord.js.org/#/docs/main/stable/typedef/UserResolvable",
PermissionResolvable: "https://discord.js.org/#/docs/main/stable/typedef/PermissionResolvable",
unknown: "https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-0.html#new-unknown-top-type",
Duplex: "https://nodejs.org/dist/latest/docs/api/stream.html#stream_class_stream_duplex",
Guild: "https://discord.js.org/#/docs/main/stable/class/Guild"
}
};
export default config;