Skip to content

Commit 5a78001

Browse files
committed
Moved env files to env folder
1 parent 2cbe632 commit 5a78001

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.dotenv env/.dotenv

File renamed without changes.

index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
require('dotenv').config();
1+
require('dotenv').config({
2+
path: './env/.env'
3+
});
24
const Discord = require('discord.js');
35
const bot = new Discord.Client();
46

0 commit comments

Comments
 (0)