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