forked from Supositware/Haha-Yes
haha yes
This commit is contained in:
parent
9fdf373749
commit
1017690396
1 changed files with 7 additions and 0 deletions
7
commands/yes.js
Normal file
7
commands/yes.js
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
module.exports = {
|
||||||
|
name: 'ping',
|
||||||
|
description: 'Ping!',
|
||||||
|
execute(message) {
|
||||||
|
message.channel.send('haha yes');
|
||||||
|
},
|
||||||
|
};
|
Loading…
Reference in a new issue