Replace more "message.reply" with "sendMessage"

This commit is contained in:
dragonfire535
2017-03-07 11:08:53 -05:00
parent 74c9f01873
commit e3b09671cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ client.on('message', (message) => {
message.channel.stopTyping();
});
} else {
message.reply(":x: Error! You are either not verified for Cleverbot, or banned from it. Please check #rules for a link to the forum to sign-up for Cleverbot.");
message.channel.sendMessage(":x: Error! You are either not verified for Cleverbot, or banned from it. Please check #rules for a link to the forum to sign-up for Cleverbot.");
}
}
}