forked from stegripe/rawon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
104 lines (104 loc) · 4.45 KB
/
app.json
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "Disc 11",
"description": "A dedicated open-source Discord bot for Zhycorp based on our Discord bot template with more features. Easy to use, and with no coding required.",
"logo": "https://raw.githubusercontent.com/zhycorp/disc-11/main/.github/images/disc-11.png",
"env": {
"DISCORD_TOKEN": {
"description": "What is your Discord bot's token? | Example: NTE5NjQ2MjIxNTU2Nzc2OTcw.XAcEQQ.0gjhNbGeWBsKP6FVuIyZWlG2cMd",
"required": true
},
"MAIN_PREFIX": {
"description": "What should be the main prefix of your bot? | Example: !",
"required": true,
"value": "!"
},
"ALT_PREFIX": {
"description": "What should be the alternative prefixes of your bot? | Example: [\"?\", \"{mention}\"] | Formats: {mention} = bot mention",
"required": false,
"value": "[\"{mention}\"]"
},
"EMBED_COLOR": {
"description": "What should be your bot's embed color code? (hex) | Example: 3CAAFF",
"required": false,
"value": "3CAAFF"
},
"LOCALE": {
"description": "What should be the language of your bot? Example: en | Available: en, es, id",
"required": false,
"value": "en"
},
"ACTIVITIES": {
"description": "Activity list | Example: [\"Hello!\"]",
"required": false,
"value": "[\"My default prefix is {prefix}\", \"music with {userCount} users\", \"{textChannelsCount} text channels in {serverCount} guilds\", \"Hello there, my name is {username}\"]"
},
"ACTIVITY_TYPES": {
"description": "Activity type list. The order of this value is the same as ACTIVITIES. For example, first value of ACTIVITIES will use first value of this | Example: [\"PLAYING\", \"COMPETING\"]",
"required": false,
"value": "[\"PLAYING\", \"LISTENING\", \"WATCHING\", \"PLAYING\", \"COMPETING\"]"
},
"OWNERS": {
"description": "What is the owner's ID of the bot? | Example: [\"319872685897416725\", \"390045370240991234\"]",
"required": false,
"value": "[\"\"]"
},
"DEV_GUILD": {
"description": "What is your server's ID? | Example: [\"332877090003091456\"]",
"required": false,
"value": "[\"\"]"
},
"NODE_ENV": {
"description": "In which mode do you want to activate your bot? | Example: production | Available: production, development",
"required": false,
"value": "production"
},
"ENABLE_SLASH_COMMAND": {
"description": "Do you want to enable slash command support? | Example: yes",
"required": false,
"value": "yes"
},
"MUSIC_SELECTION_TYPE": {
"description": "Which music selection type do you want to use? | Example: selectmenu | Available: message (just like in the previous version) or selectmenu (uses discord selection menu)",
"required": false,
"value": "message"
},
"ENABLE_24_7_COMMAND": {
"description": "Do you want to enable the 24/7 command? | Example: no",
"required": false,
"value": "no"
},
"STAY_IN_VC_AFTER_FINISHED": {
"description": "Do you want to make your bot not leave the voice channel after playing a song? | Example: no",
"required": false,
"value": "no"
},
"DJ_ROLE_NAME": {
"description": "What is your server's DJ role name? | Example: DJ",
"required": false,
"value": "DJ"
},
"MUTE_ROLE_NAME": {
"description": "What is your server's Muted role name? | Example: Muted",
"required": false,
"value": "Muted"
},
"YES_EMOJI": {
"description": "What should be your bot's emoji for every success sentence? | Example: ✅",
"required": false,
"value": "✅"
},
"NO_EMOJI": {
"description": "What should be your bot's emoji for every failed sentence? | Example: ❌",
"required": false,
"value": "❌"
}
},
"repository": "https://github.com/zhycorp/disc-11",
"website": "https://disc-11.zhycorp.net",
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}