Skip to content

Commit 0afcab6

Browse files
committed
Update
1 parent b6073cd commit 0afcab6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vortex-register",
33
"version": "1.0.0",
4-
"description": "Gelişmiş Kayıt Botu",
4+
"description": "Gelişmiş Discord Kayıt Botu",
55
"main": "vortex.js",
66
"scripts": {
77
"test": "node vortex.js",

src/configs/settings.js

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
//General Settings
99
client.settings = {
1010

11-
"Prefix": ".",
12-
"Token": "",
13-
"Owners": [],
14-
"VoiceChannel": "",
15-
"Activity": "WATCHING",
16-
"Status": "dnd",
17-
"MongoURL": "",
18-
"Footer": "SeonerVorteX",
19-
"DisableCooldownsForAdmins": true,
11+
Prefix: ".",
12+
Token: "",
13+
Owners: [],
14+
VoiceChannel: "",
15+
Activity: "WATCHING",
16+
Status: "dnd",
17+
MongoURL: "",
18+
Footer: "SeonerVorteX",
19+
DisableCooldownsForAdmins: true,
2020

2121
};
2222

0 commit comments

Comments
 (0)