-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
78 lines (70 loc) · 2.27 KB
/
index.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
/* 🐟 ~~ FSH BOT ~~ 🐟
- By Frostzzone 🧊 & Inventionpro 🐱 -
*/
/* -- Start code -- */
const fs = require("fs");
console.clear();
console.log(fs.readFileSync("text/start.txt", "utf8"));
console.log(`[1;34mDiscord.js:[0m ${require("discord.js").version}`);
if (!require("./package.json").dependencies["discord.js"].startsWith("^14"))
return new Error("␛[1;31mBot requires [email protected]␛[0m");
require("./newFsh/index.js");
/*
-- Cursor rest area --
| Cafe ☕ | |animal thing|
__|__ 5$ ___|___ _|____________|_
| [☕] [☕] | |__| [🐈|
| [☕] [🍵] | | [🐕|
| [🍵] [🍵] | | [🐟|
| 🚪 🚪 [🐢|
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
-- Cursor Park --
🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳
🌳 🌳
🌳 🐝 🦝 🌲 🌳
🌳 🌳
🌳 🦋 🦩 🐕 🌳
🌳 🌳
🌳 🐐 🌲 🐧 🌳
🌳 🌳
🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳🌳
-- Chat Box (very reel) --
Froz
- 👍👍
Inv
- ok
- we are putting to much work on the chat box xd
Froz
- its funni
- imagine this is an easter egg :trol:
Inv
- well now that code is public only thoose who look throught it will see so yes easter egg
Froz
- do we actually need all these packages
Inv
- not all of them
Froz
- do i `prune` them
Inv
- what that do
Froz
- remove unused packages
Inv
- well yes
Froz
- all current packages are used by some files
Inv
- oh , unused packages are used in old s4d file
Froz
- ye
Inv
- do we make old file a txt so it doesn't count?
Froz
- that or i can do a thing
Inv
- what thing
Froz
- ye sure make it .txt
Inv
- Done
*/