We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6073cd commit 0afcab6Copy full SHA for 0afcab6
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vortex-register",
3
"version": "1.0.0",
4
- "description": "Gelişmiş Kayıt Botu",
+ "description": "Gelişmiş Discord Kayıt Botu",
5
"main": "vortex.js",
6
"scripts": {
7
"test": "node vortex.js",
src/configs/settings.js
@@ -8,15 +8,15 @@
8
//General Settings
9
client.settings = {
10
11
- "Prefix": ".",
12
- "Token": "",
13
- "Owners": [],
14
- "VoiceChannel": "",
15
- "Activity": "WATCHING",
16
- "Status": "dnd",
17
- "MongoURL": "",
18
- "Footer": "SeonerVorteX",
19
- "DisableCooldownsForAdmins": true,
+ Prefix: ".",
+ Token: "",
+ Owners: [],
+ VoiceChannel: "",
+ Activity: "WATCHING",
+ Status: "dnd",
+ MongoURL: "",
+ Footer: "SeonerVorteX",
+ DisableCooldownsForAdmins: true,
20
21
};
22
0 commit comments