This commit is contained in:
Loïc Bersier 2018-09-07 01:01:20 +02:00
parent 9fdf373749
commit 1017690396

7
commands/yes.js Normal file
View file

@ -0,0 +1,7 @@
module.exports = {
name: 'ping',
description: 'Ping!',
execute(message) {
message.channel.send('haha yes');
},
};