teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

ソースコードに誤りがあったので修正

2022/05/11 06:35

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -107,9 +107,7 @@
107
107
 
108
108
  client.login( process.env.DISCORD_BOT_TOKEN );
109
109
 
110
- client.login( process.env.DISCORD_BOT_TOKEN );
111
110
 
112
-
113
111
  function sendReply(message, text){
114
112
  message.reply(text)
115
113
  .then(console.log("リプライ送信: " + text))