-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatches.json
More file actions
63 lines (63 loc) · 1.94 KB
/
patches.json
File metadata and controls
63 lines (63 loc) · 1.94 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
{
"current": "2.2",
"patches": {
"1.0": {
"name": "1.0",
"additions": [
"/verify",
"Discord nicknames are changed upon verification"
],
"removals": [],
"notes": [
"It is no longer possible to chat without verifying your account first"
],
"released": "08/21/17"
},
"2.0": {
"name": "2.0",
"additions": [
"Verification is now online instead of through Discord",
"Discord moderation commands allow moderators to easily manage members",
"Nicknames are now synced every 15 minutes",
"VerifyBot's game will change if a node crashes",
"It is no longer possible to create message chains",
"There is now a caps limit on Discord",
"Moderators now have access to edited and deleted messages"
],
"removals": [
"/verify"
],
"notes": [
"Some of you may have gotten unverified due to a bug with VerifyBot 1.0 causing users to be removed from the database"
],
"released": "03/11/18"
},
"2.1": {
"name": "2.1",
"additions": [
"!8ball",
"!dog",
"!hack",
"!op",
"!pick"
],
"removals": [],
"notes": [],
"released": "03/13/18"
},
"2.2": {
"name": "2.2",
"additions": [
"Improved caps filter",
"Profanity filter",
"Mention spam filter",
"!history",
"Improved moderation logs",
"!cat"
],
"removals": [],
"notes": [],
"released": "03/23/18"
}
}
}