PharmaBot/commands/openFDA/test.js
2021-04-28 21:50:07 +10:00

7 lines
138 B
JavaScript

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