2
2
DISCORD_BOT_TOKEN=
3
3
4
4
5
- # Reco's Command Prefix.
5
+ # ❗ Reco's Command Prefix.
6
6
DISCORD_BOT_PREFIX=!
7
7
8
- # Reco Online Notifier:
8
+ # 💬 Reco Online Notifier:
9
9
RECO_ONLINE_NOTIFIER=True
10
10
11
- # Notifies if any New Reco release.
11
+ # 💹 Notifies if any New Reco release.
12
12
UPDATE_NOTIFIER=True
13
13
UPDATE_NOTIFIER_INTERVAL=8
14
14
15
- # Restricters
15
+ # 🆘 Alert Command
16
+ SHOW_DND_BOT_STATUS=True
17
+ BEEP_MINUMUM_VOLUME=20
18
+
19
+ # 🌼 Rich Presence (RPC)
20
+ RPC_BOOL=True
21
+ SHOW_PC_STATUS_IN_CPU_USAGE=True
22
+
23
+ # 🟢 Bot Status
24
+ DYNAMIC_BOT_STATUS=True
25
+ SHOW_IDLE_STATUS_IN_MINS=1
26
+
27
+ # ❌ Restricters
16
28
ALLOW_ALL_USERS=True
17
29
ALLOW_ALL_WEBHOOKS=True
18
30
19
31
20
- # You can change the Reco Embeds Default colour Here: (FYI | #8f047c => 0x8f047c | just replace # with 0x)
32
+ # 🎨 You can change the Reco Embeds Default colour Here: (FYI | #8f047c => 0x8f047c | just replace # with 0x)
21
33
DEFAULT_EMBEDS_COLOR=0x8f047c
22
34
SECONDARY_EMBEDS_COLOR=0xF19306
23
35
24
- # File Upload limit. (Normal - 8mb | Nitro Classic - 50mb | Nitro - 100mb | level 2 - 50mb | level 3 - 100mb)
36
+ # 📂 File Upload limit. (Normal - 8mb | Nitro Classic - 50mb | Nitro - 100mb | level 2 - 50mb | level 3 - 100mb)
25
37
FILE_UPLOAD_SIZE=8.3
26
38
39
+ # ---------------------------------------------
40
+
27
41
# Don't edit anything given below.
28
42
DISCORD_LOGS_ENABLED=True
29
43
DISK_LOGS_ENABLED=True
@@ -35,7 +49,7 @@ PYTHON_ALIAS=python
35
49
36
50
# ---------------------------------------------
37
51
38
- # Printer DEFAULT Configs:
52
+ # 📠 Printer DEFAULT Configs:
39
53
40
54
# !printer showprinters
41
55
CURRENT_PRINTER_NUMBER=
@@ -48,4 +62,5 @@ COLOR_MODE=c
48
62
# p -> Potrait and l -> Landscape
49
63
ORIENTATION=p
50
64
51
- # ---------------------------------------------
65
+ # ---------------------------------------------
66
+
0 commit comments