diff --git a/commands/yes.js b/commands/yes.js index b481fda9..ad18304b 100644 --- a/commands/yes.js +++ b/commands/yes.js @@ -1,6 +1,6 @@ module.exports = { - name: 'ping', - description: 'Ping!', + name: 'haha yes', + description: 'haha yes', execute(message) { message.channel.send('haha yes'); },