We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbe632 commit 5a78001Copy full SHA for 5a78001
.dotenv env/.dotenv
index.js
@@ -1,4 +1,6 @@
1
-require('dotenv').config();
+require('dotenv').config({
2
+ path: './env/.env'
3
+});
4
const Discord = require('discord.js');
5
const bot = new Discord.Client();
6
0 commit comments