Haha-Yes/commands/yes.js
2018-09-07 01:01:20 +02:00

7 lines
138 B
JavaScript

module.exports = {
name: 'ping',
description: 'Ping!',
execute(message) {
message.channel.send('haha yes');
},
};