質問編集履歴

2

試したことに少し補足

2022/11/15 13:27

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -38,6 +38,15 @@
38
38
  const client = new Client({intents: []});//ここ原因なはずだけど何書けばいいのかさっぱりわからない
39
39
  ```
40
40
  のようにした
41
+
42
+ ----
43
+ **補足**
44
+ ```javascript:3
45
+ const client = new Client({intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES]}); //clientインスタンスを作成する
46
+ ```
47
+ のようにしてもエラーが出る
48
+
49
+ ----
41
50
  Discord Developer Portal から
42
51
  Privileged Gateway Intents の中の MESSAGE CONTENT INTENT をオンにした
43
52
 

1

タイトルの一部をdiscordからdiscord.jsに変更

2022/11/13 13:30

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- discordで特定の文章に対して反応するbotを作りたい
1
+ discord.jsで特定の文章に対して反応するbotを作りたい
test CHANGED
File without changes