-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbots.json
More file actions
111 lines (111 loc) · 3.25 KB
/
Copy pathbots.json
File metadata and controls
111 lines (111 loc) · 3.25 KB
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
105
106
107
108
109
110
111
[
{
"template": {
"name": "Bot Name",
"color": {
"main": "#ffffff",
"need": false,
"extra": "#ffffff",
"font": "#000000"
},
"icon": "Berry.png",
"type": "bot-type",
"links": {
"website": "https://Berry-Tech.attaditya.repl.co",
"add": "https://Berry-Tech.attaditya.repl.co"
}
},
"bots": [
{
"name": "JustBerry",
"color": {
"main": "#0a3d43",
"need": false,
"extra": "#ffffff",
"font": "ffffff; font-weight: bold"
},
"icon": "https://github.com/Berry-Foundations/JustBerry/blob/main/JustBerry.png?raw=true",
"type": "discord",
"links": {
"website": "https://justberry.attaditya.repl.co/",
"add": "https://discord.com/api/oauth2/authorize?client_id=915973222229504001&permissions=0&scope=bot"
}
},
{
"name": "VibeBerry",
"color": {
"main": "#36393f",
"need": false,
"extra": "#ffffff",
"font": "#ffffff; font-family: 'Kite One'"
},
"icon": "https://github.com/Attachment-Studios/VibeBerry/blob/master/VibeBerry.png?raw=true",
"type": "discord",
"links": {
"website": "https://vibeberry.attaditya.repl.co/",
"add": "https://discord.com/api/oauth2/authorize?client_id=895121185065562184&permissions=66154304&scope=bot"
}
},
{
"name": "LifeBerry",
"color": {
"main": "#ed4548",
"need": true,
"extra": "#36393f",
"font": "#ffffff; font-family: 'Baloo Da 2'; font-weight: bold"
},
"icon": "https://github.com/Berry-Foundations/LifeBerry/blob/main/LifeBerry.png?raw=true",
"type": "discord",
"links": {
"website": "https://lifeberry.attaditya.repl.co/",
"add": "https://discord.com/api/oauth2/authorize?client_id=915103888141602829&permissions=536947776&scope=bot%20applications.commands"
}
},
{
"name": "CrossBerry",
"color": {
"main": "#5865f2",
"need": true,
"extra": "#36393f",
"font": "#000000; font-family: 'nasalization'"
},
"icon": "https://github.com/Berry-Foundations/CrossBerry/blob/main/CrossBerry.png?raw=true",
"type": "discord",
"links": {
"website": "https://crossberry.attaditya.repl.co/",
"add": "https://discord.com/api/oauth2/authorize?client_id=894131041390977074&permissions=275418132032&scope=bot%20applications.commands"
}
},
{
"name": "PingBerry",
"color": {
"main": "#36393f",
"need": false,
"extra": "#36393f",
"font": "#ffffff; font-family: 'Mochiy Pop P One'"
},
"icon": "https://github.com/Berry-Foundations/PingBerry/blob/main/PingBerry.png?raw=true",
"type": "discord",
"links": {
"website": "https://pingberry.attaditya.repl.co/",
"add": "https://discord.com/api/oauth2/authorize?client_id=895701111074328586&permissions=76864&scope=bot"
}
},
{
"name": "PackedBerry",
"color": {
"main": "#ceb78c",
"need": true,
"extra": "#36393f",
"font": "#000000; font-family: 'Jua'"
},
"icon": "https://github.com/Attachment-Studios/PackedBerry/blob/master/PackedBerry.png?raw=true",
"type": "discord",
"links": {
"website": "https://packedberry.attaditya.repl.co/",
"add": "https://discord.com/api/oauth2/authorize?client_id=860109351707475988&permissions=8&scope=bot"
}
}
]
}
]