質問編集履歴
1
ソースコードに誤りがあったので修正
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))
|