質問編集履歴
1
messageReactionsの中身を記載しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,6 +64,98 @@
|
|
64
64
|
|
65
65
|
|
66
66
|
|
67
|
+
最初のmessageReactionsの中身は以下のようになってるようです
|
68
|
+
|
69
|
+
```
|
70
|
+
|
71
|
+
<ref *1> ReactionUserManager {
|
72
|
+
|
73
|
+
reaction: <ref *2> MessageReaction {
|
74
|
+
|
75
|
+
message: Message {
|
76
|
+
|
77
|
+
channelId: '891963669267771432',
|
78
|
+
|
79
|
+
guildId: '566983097266995221',
|
80
|
+
|
81
|
+
deleted: false,
|
82
|
+
|
83
|
+
id: '891963679170527262',
|
84
|
+
|
85
|
+
type: 'DEFAULT',
|
86
|
+
|
87
|
+
system: false,
|
88
|
+
|
89
|
+
content: 'aaa',
|
90
|
+
|
91
|
+
author: [User],
|
92
|
+
|
93
|
+
pinned: false,
|
94
|
+
|
95
|
+
tts: false,
|
96
|
+
|
97
|
+
nonce: null,
|
98
|
+
|
99
|
+
embeds: [],
|
100
|
+
|
101
|
+
components: [],
|
102
|
+
|
103
|
+
attachments: Collection(0) [Map] {},
|
104
|
+
|
105
|
+
stickers: Collection(0) [Map] {},
|
106
|
+
|
107
|
+
createdTimestamp: 1632731112998,
|
108
|
+
|
109
|
+
editedTimestamp: null,
|
110
|
+
|
111
|
+
reactions: [ReactionManager],
|
112
|
+
|
113
|
+
mentions: [MessageMentions],
|
114
|
+
|
115
|
+
webhookId: null,
|
116
|
+
|
117
|
+
groupActivityApplication: null,
|
118
|
+
|
119
|
+
applicationId: null,
|
120
|
+
|
121
|
+
activity: null,
|
122
|
+
|
123
|
+
flags: [MessageFlags],
|
124
|
+
|
125
|
+
reference: null,
|
126
|
+
|
127
|
+
interaction: null
|
128
|
+
|
129
|
+
},
|
130
|
+
|
131
|
+
me: false,
|
132
|
+
|
133
|
+
users: [Circular *1],
|
134
|
+
|
135
|
+
_emoji: ReactionEmoji {
|
136
|
+
|
137
|
+
animated: null,
|
138
|
+
|
139
|
+
name: '????',
|
140
|
+
|
141
|
+
id: null,
|
142
|
+
|
143
|
+
deleted: false,
|
144
|
+
|
145
|
+
reaction: [Circular *2]
|
146
|
+
|
147
|
+
},
|
148
|
+
|
149
|
+
count: 1
|
150
|
+
|
151
|
+
}
|
152
|
+
|
153
|
+
}
|
154
|
+
|
155
|
+
```
|
156
|
+
|
157
|
+
|
158
|
+
|
67
159
|
### 補足情報(FW/ツールのバージョンなど)
|
68
160
|
|
69
161
|
discord.js v13
|