Under the if statement, put in
var responseList = [
"Response one",
"Response two",
"Response three",
"And so on"
const response = Math.floor(Math.random() * responseList.length)
message.channel.send(responseList[response]
You can add as many responses as you like and it'll still work.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…