-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathroomIndex.json
38 lines (38 loc) · 931 Bytes
/
roomIndex.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
[
{
"name": "Main Chatroom {Official}",
"description": "The very room you enter on the homepage!",
"code": "No code!",
"author": "Massroom Team"
},
{
"name": "1DST Updates Chat {Official}",
"description": "Get updated on the latest 1D10T1C STUD10S news!",
"code": "1dst",
"author": "1DST Dev Studios"
},
{
"name": "Placeholder Room Entry",
"description": "Description of Room.",
"code": "123456789",
"author": "Author of Room"
},
{
"name": "Placeholder Room Entry",
"description": "Description of Room.",
"code": "123456789",
"author": "Author of Room"
},
{
"name": "Placeholder Room Entry",
"description": "Description of Room.",
"code": "123456789",
"author": "Author of Room"
},
{
"name": "Placeholder Room Entry",
"description": "Description of Room.",
"code": "123456789",
"author": "Author of Room"
}
]