-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.json
More file actions
98 lines (98 loc) · 3.71 KB
/
events.json
File metadata and controls
98 lines (98 loc) · 3.71 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
88
89
90
91
92
93
94
95
96
97
98
{
"afterReady": "client",
"applicationCommandPermissionsUpdate": "data",
"autoModerationActionExecution": "autoModerationActionExecution",
"autoModerationRuleCreate": "autoModerationRule",
"autoModerationRuleDelete": "autoModerationRule",
"autoModerationRuleUpdate": [
"oldAutoModerationRule",
"newAutoModerationRule"
],
"cacheSweep": "message",
"channelCreate": "channel",
"channelDelete": "channel",
"channelPinsUpdate": ["channel", "time"],
"channelUpdate": ["oldChannel", "newChannel"],
"clientReady": "client",
"debug": "message",
"emojiCreate": "emoji",
"emojiDelete": "emoji",
"emojiUpdate": ["oldEmoji", "newEmoji"],
"entitlementCreate": "entitlement",
"entitlementDelete": "entitlement",
"entitlementUpdate": ["oldEntitlement", "newEntitlement"],
"error": "error",
"guildAuditLogEntryCreate": ["auditLogEntry", "guild"],
"guildAvailable": "guild",
"guildBanAdd": "ban",
"guildBanRemove": "ban",
"guildCreate": "guild",
"guildDelete": "guild",
"guildIntegrationsUpdate": "guild",
"guildMemberAdd": "member",
"guildMemberAvailable": "member",
"guildMemberRemove": "member",
"guildMembersChunk": ["members", "guild", "chunk"],
"guildMemberUpdate": ["oldMember", "newMember"],
"guildScheduledEventCreate": "guildScheduledEvent",
"guildScheduledEventDelete": "guildScheduledEvent",
"guildScheduledEventUpdate": [
"oldGuildScheduledEvent",
"newGuildScheduledEvent"
],
"guildScheduledEventUserAdd": ["guildScheduledEvent", "user"],
"guildScheduledEventUserRemove": ["guildScheduledEvent", "user"],
"guildSoundboardSoundCreate": "soundboardSound",
"guildSoundboardSoundDelete": "soundboardSound",
"guildSoundboardSoundsUpdate": ["soundboardSounds", "guild"],
"guildSoundboardSoundUpdate": ["oldSoundboardSound", "newSoundboardSound"],
"guildUnavailable": "guild",
"guildUpdate": ["oldGuild", "newGuild"],
"interactionCreate": "interaction",
"invalidated": [],
"inviteCreate": "invite",
"inviteDelete": "invite",
"messageCreate": "message",
"messageDelete": "message",
"messageDeleteBulk": "messages",
"messagePollVoteAdd": ["pollAnswer", "userId"],
"messagePollVoteRemove": ["pollAnswer", "userId"],
"messageReactionAdd": ["reaction", "user"],
"messageReactionRemove": ["reaction", "user"],
"messageReactionRemoveAll": "message",
"messageReactionRemoveEmoji": "reaction",
"messageUpdate": ["oldMessage", "newMessage"],
"presenceUpdate": ["oldPresence", "newPresence"],
"raw": "packet",
"roleCreate": "role",
"roleDelete": "role",
"roleUpdate": ["oldRole", "newRole"],
"shardDisconnect": ["event", "id"],
"shardError": ["error", "id"],
"shardReady": ["id", "unavailableGuilds"],
"shardReconnecting": "id",
"shardResume": ["id", "replayedEvents"],
"soundboardSounds": ["soundboardSounds", "guild"],
"stageInstanceCreate": "stageInstance",
"stageInstanceDelete": "stageInstance",
"stageInstanceUpdate": ["oldStageInstance", "newStageInstance"],
"stickerCreate": "sticker",
"stickerDelete": "sticker",
"stickerUpdate": ["oldSticker", "newSticker"],
"subscriptionCreate": "subscription",
"subscriptionDelete": "subscription",
"subscriptionUpdate": ["oldSubscription", "newSubscription"],
"threadCreate": ["thread", "newlyCreated"],
"threadDelete": "thread",
"threadListSync": ["threads", "guild"],
"threadMembersUpdate": ["addedMembers", "deletedMembers", "thread"],
"threadMemberUpdate": ["oldMember", "newMember"],
"threadUpdate": ["oldThread", "newThread"],
"typingStart": "typing",
"userUpdate": ["oldUser", "newUser"],
"voiceChannelEffectSend": "voiceChannelEffect",
"voiceServerUpdate": "voiceServer",
"voiceStateUpdate": ["oldState", "newState"],
"warn": "message",
"webhooksUpdate": "channel"
}