From 470dfaf187d803ffd80e367d9f08b45d2b97c6ef Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 14 May 2020 10:54:20 +0100 Subject: [PATCH] modified environment variables --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 4d5252d..bc1f1b1 100644 --- a/index.js +++ b/index.js @@ -120,8 +120,8 @@ Structures.extend('Guild', Guild => { }); const client = new CommandoClient({ - commandPrefix: '!', - owner: '321673699436527617' + commandPrefix: process.env.PREFIX, + owner: process.env.OWNER_ID }); client.registry