Browse Source

Use dotenv

pull/18/head
Abheek Dhawan 3 years ago
parent
commit
355da6f599
  1. 2
      index.js

2
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({

Loading…
Cancel
Save