From 92b3e7275f210b8ac25135035a1ceec295c889f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Fri, 7 Sep 2018 21:52:05 +0200 Subject: [PATCH] --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index de0dbe87..d08c270e 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const responseObject = require("./reply.json"); // Prefix and ownerID and invite to support server const client = new CommandoClient({ - commandPrefix: 'hehe ', + commandPrefix: 'haha ', owner: '267065637183029248', invite: 'https://discord.gg/SsMCsVY', });