Skip to content

Commit

Permalink
Merge pull request #67 from Jesmaster/release-fix
Browse files Browse the repository at this point in the history
Update token to pull from env
  • Loading branch information
Jesmaster authored May 8, 2022
2 parents ef017a3 + c5b12e8 commit 1fdec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require('dotenv').config();

const
fs = require('fs'),
{ token } = require('./config.json'),
token = process.env.TOKEN,
client = new Client({
intents: [
Intents.FLAGS.GUILDS,
Expand Down

0 comments on commit 1fdec93

Please sign in to comment.