Skip to content

Commit 11cbd84

Browse files
afisher3578Cli4d
andauthored
Fix Discord declarations (#3731)
fix Discord declarations Co-authored-by: Clifford Ouma <[email protected]>
1 parent f89b68e commit 11cbd84

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

declarations/Discord.history.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,48 @@
44
"fetch": "https://discord.com/terms",
55
"select": ".document-3OCpS5",
66
"validUntil": "2022-01-13T00:34:24Z"
7+
},
8+
{
9+
"fetch": "https://discord.com/terms",
10+
"select": [
11+
".section-rich.wf-section"
12+
],
13+
"remove": [
14+
".archived-link",
15+
".link-terms"
16+
],
17+
"validUntil": "2023-10-18T15:00:22Z"
718
}
819
],
920
"Privacy Policy": [
1021
{
1122
"fetch": "https://discord.com/privacy",
1223
"select": ".document-3OCpS5",
1324
"validUntil": "2022-01-13T00:34:25Z"
25+
},
26+
{
27+
"fetch": "https://discord.com/privacy",
28+
"select": [
29+
".section-rich.wf-section"
30+
],
31+
"remove": [
32+
".archived-link",
33+
".link-terms"
34+
],
35+
"validUntil": "2023-10-18T15:00:28Z"
36+
}
37+
],
38+
"Community Guidelines": [
39+
{
40+
"fetch": "https://discord.com/guidelines",
41+
"select": [
42+
".section-rich.wf-section"
43+
],
44+
"remove": [
45+
".archived-link",
46+
".link-terms"
47+
],
48+
"validUntil": "2023-10-18T15:00:25Z"
1449
}
1550
]
16-
}
51+
}

declarations/Discord.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Terms of Service": {
55
"fetch": "https://discord.com/terms",
66
"select": [
7-
".section-rich.wf-section"
7+
".section-rich"
88
],
99
"remove": [
1010
".archived-link",
@@ -14,7 +14,7 @@
1414
"Privacy Policy": {
1515
"fetch": "https://discord.com/privacy",
1616
"select": [
17-
".section-rich.wf-section"
17+
".section-rich"
1818
],
1919
"remove": [
2020
".archived-link",
@@ -24,7 +24,7 @@
2424
"Community Guidelines": {
2525
"fetch": "https://discord.com/guidelines",
2626
"select": [
27-
".section-rich.wf-section"
27+
".section-rich"
2828
],
2929
"remove": [
3030
".archived-link",

0 commit comments

Comments
 (0)