From 8bbd22088f2106145575d4042a9d0d0cfd75f1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Fri, 7 Sep 2018 01:02:13 +0200 Subject: [PATCH] haha yes --- commands/yes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); },