Testing Heroku env file system

This commit is contained in:
ION606
2022-04-30 17:02:26 -04:00
parent 2ffeb833ac
commit 70e94560c0
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ module.exports = {
const { Op } = require('sequelize');
const { Collection, Client, Formatters, Intents } = require('discord.js');
const { CurrencyShop } = require('./dbObjects.js');
const { token } = require('./config.json');
// const { token } = require('./config.json');
//Heroku
const { token } = require('process.env');
const command = com2;
const client = clientTemp; //new Client({ intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES] });