-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.js
More file actions
25 lines (17 loc) · 1.08 KB
/
config.js
File metadata and controls
25 lines (17 loc) · 1.08 KB
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
module.exports = {
TOKEN: "",
ownerID: ["1004206704994566164", ""],
commandsDir: './commands',
embedColor: "00fbff",
errorLog: "",
}
/*
╔════════════════════════════════════════════════════════════════════════╗
║ ║
║ ## Created by GlaceYT! ║
║ ## Feel free to utilize any portion of the code ║
║ ## DISCORD : https://discord.com/invite/xQF9f9yUEM ║
║ ## YouTube : https://www.youtube.com/@GlaceYt ║
║ ║
╚════════════════════════════════════════════════════════════════════════╝
*/