回答編集履歴
1
間違いの修正
test
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
const chs = await tensou.get("channel") || [];
|
56
56
|
|
57
|
-
chs.forEach(x => x.send(messages.map(m => m.content).join("\n")));
|
57
|
+
chs.forEach(x => client.channels.cache.get(x).send(messages.map(m => m.content).join("\n")));
|
58
58
|
|
59
59
|
}
|
60
60
|
|