discordのDMBOTの機能ができません
どのことを試してもダメでした
エラーメッセージ
Python
1 コピーできませんでしたスクリーンショット貼ります 2![イメージ説明](b25071c5d5403737c741f1478aa12242.png)
プログラム
Python
1function sendDM(userId, text, option = {}) { 2 client.fetchUser(userId) 3 .then(e => { 4 e.send(text, option) 5 .then(console.log("メッセージ送信: " + text + JSON.stringify(option))) 6 .catch(console.error); // 1 7 }) 8 .catch(console.error); // 2 9} 10 11#トークン 12client.run('とーくん')
使用しているソフトなど
Python3.5
ATOM
どうすればいいですか?DM機能が追加できなくて困っています....
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2021/05/25 09:47
2021/05/25 10:03
退会済みユーザー
2021/05/25 11:50 編集
退会済みユーザー
2021/05/25 11:49
2021/05/25 16:24