updating for heroku

This commit is contained in:
John Facey
2021-12-09 21:42:10 -06:00
parent 99c1641209
commit da2edda790
5 changed files with 242 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
const fs = require('fs');
const { prefix, token } = require('./config.json');
const { prefix } = require('./config.json');
require('dotenv').config();
token = process.env.TOKEN;
const { quotes } = require('./quotes.json');
const Discord = require('discord.js');
const client = new Discord.Client();