From e250c034ad5ac5f0f6245a150551f773d09b1502 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 14 Oct 2018 00:49:06 -0400 Subject: [PATCH] Update config.js Update config.js so that the token resides in process.env.TOKEN --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 72aa2bd..fb1e222 100644 --- a/config.js +++ b/config.js @@ -9,7 +9,7 @@ const config = { "support": [], // Your Bot's Token. Available on https://discordapp.com/developers/applications/me - "token": "NDc3ODE2Njg4OTEwNDAxNTM2.DlcN3A.ju8iUzuTPV8eZs1UvlLlS64A7HQ", + "token": process.env.TOKEN, // Default per-server settings. New guilds have these settings.