-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.json
67 lines (67 loc) · 2.3 KB
/
config.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
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
{
"types": {
"1": "Guild Update",
"10": "Channel Create",
"11": "Channel Update",
"12": "Channel Delete",
"13": "Channel Overwrite Create",
"14": "Channel Overwrite Update",
"15": "Channel Overwrite Delete",
"20": "Member Kick",
"21": "Member Prune",
"22": "Member Ban Add",
"23": "Member Ban Remove",
"24": "Member Update",
"25": "Member Role Update",
"26": "Member Move",
"27": "Member Disconnect",
"28": "Bot Add",
"30": "Role Create",
"31": "Role Update",
"32": "Role Delete",
"40": "Invite Create",
"41": "Invite Update",
"42": "Invite Delete",
"50": "Webhook Create",
"51": "Webhook Update",
"52": "Webhook Delete",
"60": "Emoji Create",
"61": "Emoji Update",
"62": "Emoji Delete",
"72": "Message Delete",
"73": "Message Bulk Delete",
"74": "Message Pin",
"75": "Message Unpin",
"80": "Integration Create",
"81": "Integration Update",
"82": "Integration Delete",
"83": "Stage Instance Create",
"84": "Stage Instance Update",
"85": "Stage Instance Delete",
"90": "Sticker Create",
"91": "Sticker Update",
"92": "Sticker Delete",
"100": "Guild Scheduled Event Create",
"101": "Guild Scheduled Event Update",
"102": "Guild Scheduled Event Delete",
"110": "Thread Create",
"111": "Thread Update",
"112": "Thread Delete",
"121": "Application Command Permission Update",
"140": "Auto Moderation Rule Create",
"141": "Auto Moderation Rule Update",
"142": "Auto Moderation Rule Delete",
"143": "Auto Moderation Block Message",
"144": "Auto Moderation Flag To Channel",
"145": "Auto Moderation User Communication Disabled",
"150": "Creator Monetization Request Created",
"151": "Creator Monetization Terms Accepted",
"163": "Onboarding Prompt Create",
"164": "Onboarding Prompt Update",
"165": "Onboarding Prompt Delete",
"166": "Onboarding Create",
"167": "Onboarding Update",
"190": "Home Settings Create",
"191": "Home Settings Update"
}
}