forked from stegripe/rawon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
88 lines (88 loc) · 4.14 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
{
"name": "Rawon",
"description": "A simple powerful Discord music bot built to fulfill your production desires. Easy to use, with no coding required.",
"logo": "https://api.clytage.org/assets/images/rawon.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: 22C9FF",
"required": false,
"value": "22C9FF"
},
"LOCALE": {
"description": "What should be the language of your bot? | Example: en | Available: en, es, id",
"required": false,
"value": "en"
},
"ACTIVITIES": {
"description": "Activity list, what text should be appear on your bot's status? | Example: \"Hello world!, My prefix is {prefix}\" | Formats: {prefix} = bot prefix, {userCount} = user amount, {textChannelCount} = text channel amount, {serverCount} = server amount, {playingCount} = amount of server playing music using the bot, {username} = bot username",
"required": false,
"value": "My default prefix is {prefix}, music with {userCount} users, {textChannelCount} 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\" | Available: PLAYING, WATCHING, LISTENING, COMPETING",
"required": false,
"value": "PLAYING, LISTENING, WATCHING, PLAYING, COMPETING"
},
"MAIN_GUILD": {
"description": "What is your server's ID? | Example: \"972407605295198258, 972407605295198258\"",
"required": false
},
"STREAM_STRATEGY": {
"description": "Which youtube downloader do you want to use? But if you use play-dl, it will support a few sites. | Example: play-dl | Available: play-dl, yt-dlp",
"required": false,
"value": "yt-dlp"
},
"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), 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 leaving the voice channel after playing a song? | Example: no",
"required": false,
"value": "no"
},
"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/Clytage/rawon",
"website": "https://rawon.clytage.org",
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}