module.exports = { name: 'test', description: 'testicals', execute(message) { message.channel.send(`thats a spicy meatball`); }, };