So I have the command -joke I want the bot to give a random response to that command.
How do I add it to this code:
module.exports = {
name: 'joke',
description: "tells a joke",
execute(message, args) {
message.channel.send('Why do we tell actors to break a leg? Because every
play has a cast');
}
}