From f468c6eb189fc0af75ee99ce2d4267a4f07046a8 Mon Sep 17 00:00:00 2001 From: ION606 Date: Sat, 30 Apr 2022 17:24:48 -0400 Subject: [PATCH] Testing Heroku env file system. part 4 --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 37bc3f5..204b874 100644 --- a/main.js +++ b/main.js @@ -4,7 +4,7 @@ const Discord = require('discord.js'); //Heroku part const { token } = process.env.token; - +console.log(token); const bot = new Client({ intents: [ Intents.FLAGS.GUILDS,