docs: update content
This commit is contained in:
@@ -40,20 +40,9 @@ const getRandomElement = list => {
|
|||||||
|
|
||||||
const getRandomRoom = () => {
|
const getRandomRoom = () => {
|
||||||
return getRandomElement([
|
return getRandomElement([
|
||||||
// HN killed it all
|
'room.1',
|
||||||
// 'room.one',
|
'room.2',
|
||||||
// 'room.two',
|
'room.3',
|
||||||
// 'room.three',
|
|
||||||
// 'room.four',
|
|
||||||
// 'room.five',
|
|
||||||
'room.six',
|
|
||||||
// 'room.seven',
|
|
||||||
// 'room.eight',
|
|
||||||
'room.nine',
|
|
||||||
// 'room.ten',
|
|
||||||
'room.eleven',
|
|
||||||
'room.twelve',
|
|
||||||
'room.thirteen',
|
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user