-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdiscord.v.json
More file actions
87 lines (87 loc) · 2.57 KB
/
discord.v.json
File metadata and controls
87 lines (87 loc) · 2.57 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"features": {
"rest": {
"channelCreate": "yes",
"channelDelete": "yes",
"channelDM": "",
"channelEdit": "",
"channelHistory": "",
"channelInfo": "",
"channelPermission": "",
"editProfile": "",
"inviteCreate": "yes",
"inviteDelete": "yes",
"inviteInfo": "",
"inviteJoin": "",
"messageBulkDelete": "yes",
"messageDelete": "yes",
"messageEdit": "yes",
"messageSend": "yes",
"messageSendFile": "",
"roleCreate": "yes",
"roleDelete": "yes",
"roleEdit": "yes",
"roleInfo": "",
"sendTyping": "yes",
"serverBan": "yes",
"serverBans": "",
"serverCreate": "yes",
"serverDelete": "yes",
"serverEdit": "",
"serverInfo": "yes",
"serverKick": "no",
"serverUnban": "yes",
"transferOwnership": "",
"voiceMove": ""
},
"ws": {
"channelCreate": "no",
"channelDelete": "no",
"channelUpdate": "no",
"memberChunk": "no",
"messageDelete": "no",
"messageDeleteBulk": "no",
"messageReceive": "no",
"messageUpdate": "no",
"presenceReceive": "no",
"presenceSend": "no",
"resume": "no",
"roleCreate": "no",
"roleDelete": "no",
"roleUpdate": "no",
"serverBan": "no",
"serverCreate": "no",
"serverDelete": "no",
"serverUnban": "no",
"serverUpdate": "no",
"typing": "no",
"userJoin": "no",
"userLeave": "no",
"voiceMultiServer": "no",
"voiceReceive": "no",
"voiceSend": "no",
"voiceStateUpdate": "no"
},
"misc": {
"userLoginWithPassword": "",
"userLoginWithToken": "",
"botLogin": "",
"cachesTokens": "",
"apiDocs": "",
"apiDocsUrl": "",
"tutorials": "",
"tutorialsUrl": "",
"examples": "",
"examplesUrl": "",
"eventsAsync": "",
"apiCallsAsync": "",
"commandExtension": "",
"badges": [
]
}
},
"name": "discord.v",
"language": "v",
"github": "Terisback/discord.v",
"description": "V bindings for Discord's API."
}