From 355da6f59958d305582d654031d29501ea890c36 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Wed, 15 Sep 2021 22:57:48 -0500 Subject: [PATCH] Use dotenv --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index f2d18c3..bc37d47 100755 --- a/index.js +++ b/index.js @@ -1,5 +1,7 @@ #!/usr/bin/env node +require('dotenv').config(); + const Discord = require("discord.js"); const Intents = Discord.Intents; const client = new Discord.Client({