From 5e0e04408000648dac6c2a03e0a6d4fa4aa6d573 Mon Sep 17 00:00:00 2001 From: Tanya <80748971+Tanya575@users.noreply.github.com> Date: Tue, 18 May 2021 15:17:28 +0400 Subject: [PATCH] update bot.js I think you forgot to put this in the file cuz I didn't see it --- bot.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.js b/bot.js index 23fec44..6bba8fe 100644 --- a/bot.js +++ b/bot.js @@ -20,6 +20,8 @@ const gif = require("gif-search"); const client = new Discord.Client({disableEveryone: true}); +require('dotenv').config(); + const prefix = "!"; ///////////////////////// ////////////////////////